Merge pull request #185411 from anthonyroussel/pyvips-2.2.1
This commit is contained in:
commit
bec32a62e0
2 changed files with 12 additions and 3 deletions
|
@ -923,6 +923,15 @@
|
||||||
name = "Anselm Schüler";
|
name = "Anselm Schüler";
|
||||||
matrix = "@schuelermine:matrix.org";
|
matrix = "@schuelermine:matrix.org";
|
||||||
};
|
};
|
||||||
|
anthonyroussel = {
|
||||||
|
email = "anthony@roussel.dev";
|
||||||
|
github = "anthonyroussel";
|
||||||
|
githubId = 220084;
|
||||||
|
name = "Anthony Roussel";
|
||||||
|
keys = [{
|
||||||
|
fingerprint = "472D 368A F107 F443 F3A5 C712 9DC4 987B 1A55 E75E";
|
||||||
|
}];
|
||||||
|
};
|
||||||
antoinerg = {
|
antoinerg = {
|
||||||
email = "roygobeil.antoine@gmail.com";
|
email = "roygobeil.antoine@gmail.com";
|
||||||
github = "antoinerg";
|
github = "antoinerg";
|
||||||
|
|
|
@ -11,13 +11,13 @@
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pyvips";
|
pname = "pyvips";
|
||||||
version = "2.2.0";
|
version = "2.2.1";
|
||||||
|
|
||||||
src = fetchFromGitHub {
|
src = fetchFromGitHub {
|
||||||
owner = "libvips";
|
owner = "libvips";
|
||||||
repo = "pyvips";
|
repo = "pyvips";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "sha256-qMVoVzqXALhPWVKLzu+VqihHPN7J+pMhKnXdb+ow0zw=";
|
sha256 = "sha256-9S7h3bkm+QP78cpemYS7l3c8t+wXsJ5MUAP2T50R/Mc=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig pkg-config ];
|
nativeBuildInputs = [ pkgconfig pkg-config ];
|
||||||
|
@ -42,6 +42,6 @@ buildPythonPackage rec {
|
||||||
description = "A python wrapper for libvips";
|
description = "A python wrapper for libvips";
|
||||||
homepage = "https://github.com/libvips/pyvips";
|
homepage = "https://github.com/libvips/pyvips";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ ccellado ];
|
maintainers = with maintainers; [ ccellado anthonyroussel ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue