Merge pull request #104871 from r-ryantm/auto-update/python3.7-Wand

python37Packages.Wand: 0.6.3 -> 0.6.4
This commit is contained in:
Sandro 2020-11-25 21:15:53 +01:00 committed by GitHub
commit 5505b720d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,11 +6,11 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "Wand"; pname = "Wand";
version = "0.6.3"; version = "0.6.4";
src = fetchPypi { src = fetchPypi {
inherit pname version; inherit pname version;
sha256 = "d21429288fe0de63d829dbbfb26736ebaed9fd0792c2a0dc5943c5cab803a708"; sha256 = "6aeb0183d94762b37a8cdee97174f38ae21e626d44f62f1e2f0ab48a35026e98";
}; };
postPatch = '' postPatch = ''