python: Wand: 0.4.4 -> 0.4.5
This commit is contained in:
parent
8c3aec6304
commit
846abe5eff
@ -15,11 +15,11 @@ let
|
|||||||
imagemagick_library = "${imagemagick}/lib/libMagickCore-6.Q16${soext}";
|
imagemagick_library = "${imagemagick}/lib/libMagickCore-6.Q16${soext}";
|
||||||
in buildPythonPackage rec {
|
in buildPythonPackage rec {
|
||||||
pname = "Wand";
|
pname = "Wand";
|
||||||
version = "0.4.4";
|
version = "0.4.5";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "28e0454c9d16d69c5d5034918d96320d8f9f1377b4fdaf4944eec2f938c74704";
|
sha256 = "b40a2215545e8c7193b3fccd6e7251dc556ec9b878a4f67d992b056ff396bc65";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ pytest pytest_xdist memory_profiler psutil ];
|
checkInputs = [ pytest pytest_xdist memory_profiler psutil ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user