mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-03 11:33:31 +00:00
python3Packages.zc.buildout: 2.13.4 -> 2.13.6
This commit is contained in:
parent
280f2ffeef
commit
d813b61e09
@ -2,11 +2,11 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "zc.buildout";
|
||||
version = "2.13.4";
|
||||
version = "2.13.6";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "b978b2f9317b317ee4191f78fcc4f05b1ac41bdaaae47f0956f14c8285feef63";
|
||||
sha256 = "ac6edd48b1d7b1fba383dd0840fd49c53266f6bd426111a0195bcc640f4aff0f";
|
||||
};
|
||||
|
||||
patches = [ ./nix.patch ];
|
||||
|
Loading…
Reference in New Issue
Block a user