forked from mirrors/nixpkgs
python3Packages.pyvips: 2.2.0 -> 2.2.1
This commit is contained in:
parent
3b42630664
commit
858f7c244c
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue