python310Packages.Wand: 0.6.9 -> 0.6.10

This commit is contained in:
R. Ryantm 2022-08-15 10:12:25 +00:00
parent 29136a94b9
commit 53149fe131

View File

@ -6,11 +6,11 @@
buildPythonPackage rec {
pname = "Wand";
version = "0.6.9";
version = "0.6.10";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-QCdOiCmo21P9vjKPWAV6Wrfi664Hx3uJ8V44B2mLtbw=";
sha256 = "sha256-Nz9KfyhmyGjDHOkQ4fmzapLRMmQKIAaOwXzqMoT+3Fc=";
};
postPatch = ''