about summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorRobert Schütz <nix@dotlambda.de>2024-01-24 11:43:09 -0800
committerRobert Schütz <nix@dotlambda.de>2024-01-24 11:45:32 -0800
commitaa10a2ae5727532ef96eb4f309b1704899ea4e34 (patch)
tree618b7e6f7afa486204aa5542d583bc149fe9eac7 /pkgs/development
parent612f97239e2cc474c13c9dafa0df378058c5ad8d (diff)
python311Packages.blurhash-python: 1.2.1 -> 1.2.2
Diff: https://github.com/woltapp/blurhash-python/compare/v1.2.1...v1.2.2

Changelog: https://github.com/woltapp/blurhash-python/releases/tag/v1.2.2
Diffstat (limited to 'pkgs/development')
-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 = [