Merge pull request #75357 from r-ryantm/auto-update/python3.8-Wand

python38Packages.Wand: 0.5.7 -> 0.5.8
This commit is contained in:
Mario Rodas 2019-12-10 00:44:58 -05:00 committed by GitHub
commit c7879c97e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = ''