mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-29 00:53:57 +00:00
python3Packages.pyvips: 2.1.14 -> 2.1.15
This commit is contained in:
parent
ca5f966a0a
commit
765c2bc8cc
@ -3,11 +3,11 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pyvips";
|
||||
version = "2.1.14";
|
||||
version = "2.1.15";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "244e79c625be65237677c79424d4476de6c406805910015d4adbd0186c64a6a2";
|
||||
sha256 = "8bca4077dbdc1434dcbc6759407367b6561e3505aa9555b1bc0b45989dcf50b2";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ pytest-runner pkgconfig pkg-config ];
|
||||
|
Loading…
Reference in New Issue
Block a user