mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 02:05:02 +00:00
python3Packages.urwid: 3.0.5 -> 4.0.11
Diff: https://github.com/urwid/urwid/compare/3.0.5...4.0.11 Changelog: https://github.com/urwid/urwid/releases/tag/4.0.11
This commit is contained in:
@@ -20,14 +20,14 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "urwid";
|
||||
version = "3.0.5";
|
||||
version = "4.0.11";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "urwid";
|
||||
repo = "urwid";
|
||||
tag = version;
|
||||
hash = "sha256-9ajcpyQTSASz8A4eM78vPjL+9Rk07Q30JmIrSx0Crpo=";
|
||||
hash = "sha256-wo2UkV+4SpjC9HGiEfoykWrS6dwPQLkVWnDjvqZqktE=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
||||
Reference in New Issue
Block a user