python: pkgconfig: 1.4.0 -> 1.5.1
This commit is contained in:
parent
e5f4062edd
commit
1efa71616f
1 changed files with 2 additions and 2 deletions
|
@ -2,13 +2,13 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pkgconfig";
|
pname = "pkgconfig";
|
||||||
version = "1.4.0";
|
version = "1.5.1";
|
||||||
|
|
||||||
setupHook = pkgconfig.setupHook;
|
setupHook = pkgconfig.setupHook;
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "048c3b457da7b6f686b647ab10bf09e2250e4c50acfe6f215398a8b5e6fcdb52";
|
sha256 = "97bfe3d981bab675d5ea3ef259045d7919c93897db7d3b59d4e8593cba8d354f";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ nose ];
|
checkInputs = [ nose ];
|
||||||
|
|
Loading…
Reference in a new issue