Merge pull request #99441 from r-ryantm/auto-update/python2.7-Wand

python27Packages.Wand: 0.6.2 -> 0.6.3
This commit is contained in:
Mario Rodas 2020-10-03 06:27:42 -05:00 committed by GitHub
commit e5823ae55c
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.6.2";
version = "0.6.3";
src = fetchPypi {
inherit pname version;
sha256 = "0jm1jdrlmm0gkvaxhbwwqic48vfgv8d0j99y90calnjrid3hwi35";
sha256 = "d21429288fe0de63d829dbbfb26736ebaed9fd0792c2a0dc5943c5cab803a708";
};
postPatch = ''