python310Packages.wand: 0.6.11 -> 0.6.13

This commit is contained in:
R. Ryantm 2023-11-04 18:41:26 +00:00
parent b4c0c733b3
commit e74be1faa6

View file

@ -8,12 +8,12 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "wand"; pname = "wand";
version = "0.6.11"; version = "0.6.13";
src = fetchPypi { src = fetchPypi {
pname = "Wand"; pname = "Wand";
inherit version; inherit version;
hash = "sha256-tmFwDan48ekx5Scm5PxkOlZblRT1iD1Bt3Pjw3yfqZU="; hash = "sha256-9QE0hOr3og6yLRghqu/mC1DMMpciNytfhWXUbUqq/Mo=";
}; };
postPatch = '' postPatch = ''