python310Packages.wand: 0.6.10 -> 0.6.11
Changelog: https://docs.wand-py.org/en/0.6.11/changes.html
This commit is contained in:
@@ -8,12 +8,12 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "wand";
|
||||
version = "0.6.10";
|
||||
version = "0.6.11";
|
||||
|
||||
src = fetchPypi {
|
||||
pname = "Wand";
|
||||
inherit version;
|
||||
sha256 = "sha256-Nz9KfyhmyGjDHOkQ4fmzapLRMmQKIAaOwXzqMoT+3Fc=";
|
||||
sha256 = "sha256-tmFwDan48ekx5Scm5PxkOlZblRT1iD1Bt3Pjw3yfqZU=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
@@ -38,9 +38,10 @@ buildPythonPackage rec {
|
||||
passthru.imagemagick = imagemagickBig;
|
||||
|
||||
meta = with lib; {
|
||||
changelog = "https://docs.wand-py.org/en/${version}/changes.html";
|
||||
description = "Ctypes-based simple MagickWand API binding for Python";
|
||||
homepage = "http://wand-py.org/";
|
||||
license = [ licenses.mit ];
|
||||
maintainers = with maintainers; [ infinisil ];
|
||||
maintainers = with maintainers; [ infinisil dotlambda ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user