python37Packages.pyvips: 2.1.12 -> 2.1.13
This commit is contained in:
parent
4898f2b9ca
commit
efe6b12a35
@ -3,11 +3,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pyvips";
|
pname = "pyvips";
|
||||||
version = "2.1.12";
|
version = "2.1.13";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "0pg0dxhxgi2m7bb5bi5wpx9hgnbi8ws1bz6w2dldbhi52pizghl4";
|
sha256 = "4f1f6fa19893048bf6b950eb7eb2d4cdfeb8b940a9defaca5d4f79e5acd5085f";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pytestrunner pkgconfig pkg-config ];
|
nativeBuildInputs = [ pytestrunner pkgconfig pkg-config ];
|
||||||
|
Loading…
Reference in New Issue
Block a user