about summary refs log tree commit diff
diff options
context:
space:
mode:
authorRobert Schütz <nix@dotlambda.de>2024-01-24 15:27:49 -0800
committerGitHub <noreply@github.com>2024-01-24 15:27:49 -0800
commit36bbe3e0375ff5aa9149b5c029959ed1ce038856 (patch)
tree3fc5e3be15048a9792cbb44f3b11a49527f0c309
parent8916302f6b5b3e4c17f3a0f53210d8683d1c7c98 (diff)
parentaa10a2ae5727532ef96eb4f309b1704899ea4e34 (diff)
Merge pull request #283579 from dotlambda/blurhash-python-1.2.2
python311Packages.blurhash-python: 1.2.1 -> 1.2.2
-rw-r--r--pkgs/development/python-modules/blurhash-python/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/blurhash-python/default.nix b/pkgs/development/python-modules/blurhash-python/default.nix
index 71b2961ee3def..2b0232a7e9b91 100644
--- a/pkgs/development/python-modules/blurhash-python/default.nix
+++ b/pkgs/development/python-modules/blurhash-python/default.nix
@@ -11,7 +11,7 @@
 
 buildPythonPackage rec {
   pname = "blurhash-python";
-  version = "1.2.1";
+  version = "1.2.2";
 
   disabled = pythonOlder "3.8";
 
@@ -21,7 +21,7 @@ buildPythonPackage rec {
     owner = "woltapp";
     repo = "blurhash-python";
     rev = "v${version}";
-    hash = "sha256-z7V2Ck8h12Vuj/5/s9ZP/uqQ4olo8xwg+ZR3iW4ca/M=";
+    hash = "sha256-Cz+PkPp1knvT3U5ofyb1PstM9kzBOkgPbx03LgOLXgw=";
   };
 
   nativeBuildInputs = [