python37Packages.Wand: 0.5.1 -> 0.5.2

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

(cherry picked from commit 66494befa724a74b233ecebd4ccba6bc0486b0bd)
This commit is contained in:
R. RyanTM 2019-04-02 14:24:35 -07:00 committed by Matthias Beyer
parent d95de6fbf5
commit 2eee9e7150

View file

@ -6,11 +6,11 @@
buildPythonPackage rec {
pname = "Wand";
version = "0.5.1";
version = "0.5.2";
src = fetchPypi {
inherit pname version;
sha256 = "7d6b8dc9d4eaccc430b9c86e6b749013220c994970a3f39e902b397e2fa732c3";
sha256 = "0nvdq15gmkzhwpwkln8wmkq0h4izznnr6zmrnwqza8lsa1c0jz5f";
};
postPatch = ''