python38Packages.zc_buildout_nix: 2.13.3 -> 2.13.4
This commit is contained in:
parent
fea3cb98e1
commit
2fbf9bc7e4
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "zc.buildout";
|
||||
version = "2.13.3";
|
||||
version = "2.13.4";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "1dyc5g3yv7wm3hf3fcsh6y1wivzjj1bspafr5qqb653z9a31lsfn";
|
||||
sha256 = "b978b2f9317b317ee4191f78fcc4f05b1ac41bdaaae47f0956f14c8285feef63";
|
||||
};
|
||||
|
||||
patches = [ ./nix.patch ];
|
||||
|
|
Loading…
Reference in a new issue