python38Packages.Wand: 0.5.7 -> 0.5.8

This commit is contained in:
R. RyanTM 2019-12-09 04:13:04 -08:00
parent 51ef7c3e49
commit 2932b28994

View File

@ -6,11 +6,11 @@
buildPythonPackage rec {
pname = "Wand";
version = "0.5.7";
version = "0.5.8";
src = fetchPypi {
inherit pname version;
sha256 = "0wvqzppflph3fkgkyv3k11ga28fv1g1bz8sbf227d7pql8c6ia8k";
sha256 = "0sjdlfhw1wdjqpmr72mckf2njy9xigx51shl510jhvl418cja2bd";
};
postPatch = ''