python37Packages.Wand: 0.5.6 -> 0.5.7

Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/python3.7-wand/versions
This commit is contained in:
R. RyanTM 2019-09-28 13:41:18 -07:00 committed by Frederik Rietdijk
parent cd860e4306
commit 2390a52ec7

View File

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