mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-04 12:53:05 +00:00
python311Packages.pysnooz: 0.8.5 -> 0.8.6
Diff: https://github.com/AustinBrunkhorst/pysnooz/compare/refs/tags/v0.8.5...v0.8.6 Changelog: https://github.com/AustinBrunkhorst/pysnooz/blob/v0.8.6/CHANGELOG.md
This commit is contained in:
parent
5bb1f99c48
commit
86e6a0b7cc
@ -17,7 +17,7 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pysnooz";
|
||||
version = "0.8.5";
|
||||
version = "0.8.6";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
@ -26,7 +26,7 @@ buildPythonPackage rec {
|
||||
owner = "AustinBrunkhorst";
|
||||
repo = pname;
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-X7RjI4KytJI9raHAJHLygV3J4zHKuHk8Kq+3JfktPeg=";
|
||||
hash = "sha256-hJwIObiuFEAVhgZXYB9VCeAlewBBnk0oMkP83MUCpyU=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
|
Loading…
Reference in New Issue
Block a user