Merge pull request #82978 from r-ryantm/auto-update/python2.7-zc.buildout
python27Packages.zc_buildout_nix: 2.13.2 -> 2.13.3
This commit is contained in:
commit
7e55f28cfe
@ -2,11 +2,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "zc.buildout";
|
pname = "zc.buildout";
|
||||||
version = "2.13.2";
|
version = "2.13.3";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "5dd4de86dda684c46ef8ee9cc84e335ca7f6275d4363a684de82225270d1e328";
|
sha256 = "1dyc5g3yv7wm3hf3fcsh6y1wivzjj1bspafr5qqb653z9a31lsfn";
|
||||||
};
|
};
|
||||||
|
|
||||||
patches = [ ./nix.patch ];
|
patches = [ ./nix.patch ];
|
||||||
@ -14,7 +14,7 @@ buildPythonPackage rec {
|
|||||||
postInstall = "mv $out/bin/buildout{,-nix}";
|
postInstall = "mv $out/bin/buildout{,-nix}";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = http://www.buildout.org;
|
homepage = "http://www.buildout.org";
|
||||||
description = "A software build and configuration system";
|
description = "A software build and configuration system";
|
||||||
license = stdenv.lib.licenses.zpl21;
|
license = stdenv.lib.licenses.zpl21;
|
||||||
maintainers = [ stdenv.lib.maintainers.goibhniu ];
|
maintainers = [ stdenv.lib.maintainers.goibhniu ];
|
||||||
|
Loading…
Reference in New Issue
Block a user