Merge pull request #186779 from r-ryantm/auto-update/python310Packages.Wand

python310Packages.Wand: 0.6.9 -> 0.6.10
This commit is contained in:
Mario Rodas 2022-08-16 00:17:38 -05:00 committed by GitHub
commit f83a6955ba
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.9";
version = "0.6.10";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-QCdOiCmo21P9vjKPWAV6Wrfi664Hx3uJ8V44B2mLtbw=";
sha256 = "sha256-Nz9KfyhmyGjDHOkQ4fmzapLRMmQKIAaOwXzqMoT+3Fc=";
};
postPatch = ''