mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-14 09:43:14 +00:00
python310Packages.strenum: 0.4.8 -> 0.4.9
Diff: https://github.com/irgeek/StrEnum/compare/refs/tags/v0.4.8...v0.4.9 Changelog: https://github.com/irgeek/StrEnum/releases/tag/v0.4.9
This commit is contained in:
parent
af075348ac
commit
8ea3439a66
@ -7,7 +7,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "strenum";
|
||||
version = "0.4.8";
|
||||
version = "0.4.9";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.7";
|
||||
@ -16,7 +16,7 @@ buildPythonPackage rec {
|
||||
owner = "irgeek";
|
||||
repo = "StrEnum";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-S64YfF+cbefXRWoeJK99ZPTiO9DUcDaT77hVQd7pKDk=";
|
||||
hash = "sha256-tElXpwyjrgTw9eHqGPgXakY+G9JXkBQYG7jSZSjv6P0=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
Loading…
Reference in New Issue
Block a user