about summary refs log tree commit diff
diff options
context:
space:
mode:
authorMario Rodas <marsam@users.noreply.github.com>2022-08-16 00:17:38 -0500
committerGitHub <noreply@github.com>2022-08-16 00:17:38 -0500
commitf83a6955ba32c2f1aa6ce9c691996855363fab5e (patch)
tree2ac8092c14388f19f8abb0ccbbcd43589d9e7933
parente0ec02fcb5e2ce926d040c13d94135ef6a91b495 (diff)
parent53149fe1311fcd9aa2470b3376e39435875797cb (diff)
Merge pull request #186779 from r-ryantm/auto-update/python310Packages.Wand
python310Packages.Wand: 0.6.9 -> 0.6.10
-rw-r--r--pkgs/development/python-modules/Wand/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/Wand/default.nix b/pkgs/development/python-modules/Wand/default.nix
index 7182222db5a27..86aad7708ad9b 100644
--- a/pkgs/development/python-modules/Wand/default.nix
+++ b/pkgs/development/python-modules/Wand/default.nix
@@ -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 = ''