From aa10a2ae5727532ef96eb4f309b1704899ea4e34 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20Sch=C3=BCtz?= Date: Wed, 24 Jan 2024 11:43:09 -0800 Subject: [PATCH] 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 --- pkgs/development/python-modules/blurhash-python/default.nix | 4 ++-- 1 file 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 71b2961ee3de..2b0232a7e9b9 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 = [