Merge pull request #293419 from jfly/bump-urwid

python312Packages.urwid: 2.6.2 -> 2.6.8
This commit is contained in:
Fabian Affolter 2024-03-05 10:57:45 +01:00 committed by GitHub
commit c61c88ac70
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,7 +19,7 @@
buildPythonPackage rec {
pname = "urwid";
version = "2.6.2";
version = "2.6.8";
pyproject = true;
disabled = pythonOlder "3.7";
@ -28,7 +28,7 @@ buildPythonPackage rec {
owner = "urwid";
repo = "urwid";
rev = "refs/tags/${version}";
hash = "sha256-d9tgKjZMVdaMrxQT6sJsVb812NuFYkA1hLlo/6XgwAo=";
hash = "sha256-KtIcmAPOcxC9wTq6mKRZWcohH0skYMHlq4mehpn6raY=";
};
postPatch = ''