about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2024-02-21 08:36:56 +0100
committerGitHub <noreply@github.com>2024-02-21 08:36:56 +0100
commit00e367b44d6d2d47082b07c611e9cec971cd5099 (patch)
treeb8314537985573bbfa305841b11baa7fc671a0c5
parent3a15b5d34092b868d0a2b316abbcc48311adad12 (diff)
parent6f05b54d7bbf5d3c5750970f4fe63260798e632e (diff)
downloadnixlib-00e367b44d6d2d47082b07c611e9cec971cd5099.tar
nixlib-00e367b44d6d2d47082b07c611e9cec971cd5099.tar.gz
nixlib-00e367b44d6d2d47082b07c611e9cec971cd5099.tar.bz2
nixlib-00e367b44d6d2d47082b07c611e9cec971cd5099.tar.lz
nixlib-00e367b44d6d2d47082b07c611e9cec971cd5099.tar.xz
nixlib-00e367b44d6d2d47082b07c611e9cec971cd5099.tar.zst
nixlib-00e367b44d6d2d47082b07c611e9cec971cd5099.zip
Merge pull request #290259 from fabaff/urwid-bump
python312Packages.urwid: 2.6.1 -> 2.6.2
-rw-r--r--pkgs/development/python-modules/urwid/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/urwid/default.nix b/pkgs/development/python-modules/urwid/default.nix
index b59d7845b210..35ed3e78faff 100644
--- a/pkgs/development/python-modules/urwid/default.nix
+++ b/pkgs/development/python-modules/urwid/default.nix
@@ -19,7 +19,7 @@
 
 buildPythonPackage rec {
   pname = "urwid";
-  version = "2.6.1";
+  version = "2.6.2";
   pyproject = true;
 
   disabled = pythonOlder "3.7";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
     owner = "urwid";
     repo = "urwid";
     rev = "refs/tags/${version}";
-    hash = "sha256-D/ZxN9hVVmAgHGdLGrSD2VAMSd4II8z6GzO1VDuyw9M=";
+    hash = "sha256-d9tgKjZMVdaMrxQT6sJsVb812NuFYkA1hLlo/6XgwAo=";
   };
 
   postPatch = ''