diff options
| author | Robert Schütz <nix@dotlambda.de> | 2024-01-24 11:43:09 -0800 |
|---|---|---|
| committer | Robert Schütz <nix@dotlambda.de> | 2024-01-24 11:45:32 -0800 |
| commit | aa10a2ae5727532ef96eb4f309b1704899ea4e34 (patch) | |
| tree | 618b7e6f7afa486204aa5542d583bc149fe9eac7 /pkgs/development/python-modules/blurhash-python | |
| parent | 612f97239e2cc474c13c9dafa0df378058c5ad8d (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/python-modules/blurhash-python')
| -rw-r--r-- | pkgs/development/python-modules/blurhash-python/default.nix | 4 |
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 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 = [ |
