mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
python3Packages.pkgconfig: 1.5.4 -> 1.5.5
This commit is contained in:
parent
db9277679c
commit
20c03afaee
1 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
buildPythonPackage rec {
|
||||
pname = "pkgconfig";
|
||||
version = "1.5.4";
|
||||
version = "1.5.5";
|
||||
|
||||
inherit (pkg-config)
|
||||
setupHooks
|
||||
|
@ -14,7 +14,7 @@ buildPythonPackage rec {
|
|||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "c34503829fd226822fd93c902b1cf275516908a023a24be0a02ba687f3a00399";
|
||||
sha256 = "deb4163ef11f75b520d822d9505c1f462761b4309b1bb713d08689759ea8b899";
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue