From 1ea21327be177b4c9d9b2cec97cbb4742ee61bf0 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sat, 1 Jun 2024 20:13:40 +0200 Subject: [PATCH] python312Packages.hishel: 0.0.26 -> 0.0.27 Diff: https://github.com/karpetrosyan/hishel/compare/refs/tags/0.0.26...0.0.27 Changelog: https://github.com/karpetrosyan/hishel/blob/0.0.27/CHANGELOG.md --- pkgs/development/python-modules/hishel/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/hishel/default.nix b/pkgs/development/python-modules/hishel/default.nix index 03dfcf4cf8ec..229e8e72b403 100644 --- a/pkgs/development/python-modules/hishel/default.nix +++ b/pkgs/development/python-modules/hishel/default.nix @@ -18,7 +18,7 @@ buildPythonPackage rec { pname = "hishel"; - version = "0.0.26"; + version = "0.0.27"; pyproject = true; disabled = pythonOlder "3.8"; @@ -27,7 +27,7 @@ buildPythonPackage rec { owner = "karpetrosyan"; repo = "hishel"; rev = "refs/tags/${version}"; - hash = "sha256-+HjVxcTbY9nRj2938fqguOXuTM3XzJWccx0J6RK2h4A="; + hash = "sha256-3iIQNtdd8sBGfNJrugjjWv4PQKhdFH+prw4poevh+O0="; }; build-system = [