Skip to content

Commit

Permalink
Merge pull request #293419 from jfly/bump-urwid
Browse files Browse the repository at this point in the history
python312Packages.urwid: 2.6.2 -> 2.6.8
  • Loading branch information
fabaff committed Mar 5, 2024
2 parents ee411f2 + 12c2925 commit c61c88a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/urwid/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

buildPythonPackage rec {
pname = "urwid";
version = "2.6.2";
version = "2.6.8";
pyproject = true;

disabled = pythonOlder "3.7";
Expand All @@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "urwid";
repo = "urwid";
rev = "refs/tags/${version}";
hash = "sha256-d9tgKjZMVdaMrxQT6sJsVb812NuFYkA1hLlo/6XgwAo=";
hash = "sha256-KtIcmAPOcxC9wTq6mKRZWcohH0skYMHlq4mehpn6raY=";
};

postPatch = ''
Expand Down

0 comments on commit c61c88a

Please sign in to comment.