mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 13:40:28 +03:00
python3Packages.pyvips: 2.1.14 -> 2.1.15
This commit is contained in:
parent
6870277483
commit
3671eb68f7
1 changed files with 2 additions and 2 deletions
|
@ -3,11 +3,11 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pyvips";
|
pname = "pyvips";
|
||||||
version = "2.1.14";
|
version = "2.1.15";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "244e79c625be65237677c79424d4476de6c406805910015d4adbd0186c64a6a2";
|
sha256 = "8bca4077dbdc1434dcbc6759407367b6561e3505aa9555b1bc0b45989dcf50b2";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pytest-runner pkgconfig pkg-config ];
|
nativeBuildInputs = [ pytest-runner pkgconfig pkg-config ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue