python27Packages.zc_buildout: 2.13.2 -> 2.13.3
This commit is contained in:
parent
58b2b8d844
commit
a5f7fc6160
@ -2,15 +2,15 @@
|
|||||||
|
|
||||||
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 = "0a73s5q548l2vs2acqs3blkzd9sw6d7ci77fz1pc9156vn3dxm2x";
|
sha256 = "1dyc5g3yv7wm3hf3fcsh6y1wivzjj1bspafr5qqb653z9a31lsfn";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
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 = licenses.zpl21;
|
license = licenses.zpl21;
|
||||||
maintainers = with maintainers; [ ];
|
maintainers = with maintainers; [ ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user