mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-17 04:28:31 +00:00
python3Packages.jaraco.collections: 3.4.0 -> 3.5.1
This commit is contained in:
parent
905829c9dd
commit
55cda63367
@ -4,10 +4,10 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "jaraco.collections";
|
||||
version = "3.4.0";
|
||||
version = "3.5.1";
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "344d14769d716e7496af879ac71b3c6ebdd46abc64bd9ec21d15248365aa3ac9";
|
||||
sha256 = "b04f00bd4b3c4fc4ba5fe1baf8042c0efd192b13e386830ea23fff77bb69dc88";
|
||||
};
|
||||
|
||||
pythonNamespaces = [ "jaraco" ];
|
||||
|
Loading…
Reference in New Issue
Block a user