python311Packages.strenum: 0.4.10 -> 0.4.15
Diff: https://github.com/irgeek/StrEnum/compare/refs/tags/v0.4.10...v0.4.15 Changelog: https://github.com/irgeek/StrEnum/releases/tag/v0.4.15
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "strenum";
|
||||
version = "0.4.10";
|
||||
version = "0.4.15";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
@@ -16,7 +16,7 @@ buildPythonPackage rec {
|
||||
owner = "irgeek";
|
||||
repo = "StrEnum";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-OkNV4kUXGgYPGuyylGOtAr0e0spgZQ1MrftKKL2HmV8=";
|
||||
hash = "sha256-LrDLIWiV/zIbl7CwKh7DAy4LoLyY7+hfUu8nqduclnA=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
||||
Reference in New Issue
Block a user