3
0
Fork 0
forked from mirrors/nixpkgs

python3Packages.pyvips: 2.2.0 -> 2.2.1

This commit is contained in:
Anthony Roussel 2022-08-06 14:14:23 +02:00
parent 3b42630664
commit 858f7c244c
No known key found for this signature in database
GPG key ID: 9DC4987B1A55E75E

View file

@ -11,13 +11,13 @@
buildPythonPackage rec {
pname = "pyvips";
version = "2.2.0";
version = "2.2.1";
src = fetchFromGitHub {
owner = "libvips";
repo = "pyvips";
rev = "v${version}";
sha256 = "sha256-qMVoVzqXALhPWVKLzu+VqihHPN7J+pMhKnXdb+ow0zw=";
sha256 = "sha256-9S7h3bkm+QP78cpemYS7l3c8t+wXsJ5MUAP2T50R/Mc=";
};
nativeBuildInputs = [ pkgconfig pkg-config ];