python: Wand: 0.4.4 -> 0.4.5

This commit is contained in:
Frederik Rietdijk 2018-11-20 11:58:34 +01:00
parent 8c3aec6304
commit 846abe5eff

View File

@ -15,11 +15,11 @@ let
imagemagick_library = "${imagemagick}/lib/libMagickCore-6.Q16${soext}";
in buildPythonPackage rec {
pname = "Wand";
version = "0.4.4";
version = "0.4.5";
src = fetchPypi {
inherit pname version;
sha256 = "28e0454c9d16d69c5d5034918d96320d8f9f1377b4fdaf4944eec2f938c74704";
sha256 = "b40a2215545e8c7193b3fccd6e7251dc556ec9b878a4f67d992b056ff396bc65";
};
checkInputs = [ pytest pytest_xdist memory_profiler psutil ];