python312Packages.hishel: 0.0.33 -> 0.1.1 (#353363)

This commit is contained in:
Fabian Affolter
2024-11-17 09:21:00 +01:00
committed by GitHub
2 changed files with 5 additions and 3 deletions

View File

@@ -22,6 +22,8 @@ python3.pkgs.buildPythonApplication rec {
hash = "sha256-xgwIPHlTtmgCNN4R6/BJsqmI9hbA0wFAiq4YCa+r/UM="; hash = "sha256-xgwIPHlTtmgCNN4R6/BJsqmI9hbA0wFAiq4YCa+r/UM=";
}; };
pythonRelaxDeps = [ "hishel" ];
nativeBuildInputs = [ installShellFiles ]; nativeBuildInputs = [ installShellFiles ];
build-system = with python3.pkgs; [ build-system = with python3.pkgs; [

View File

@@ -18,16 +18,16 @@
buildPythonPackage rec { buildPythonPackage rec {
pname = "hishel"; pname = "hishel";
version = "0.0.33"; version = "0.1.1";
pyproject = true; pyproject = true;
disabled = pythonOlder "3.8"; disabled = pythonOlder "3.9";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "karpetrosyan"; owner = "karpetrosyan";
repo = "hishel"; repo = "hishel";
rev = "refs/tags/${version}"; rev = "refs/tags/${version}";
hash = "sha256-zi+13X7u2pk9w2EoYjfl3/Y8O5hHpA0wZx3sSv2vU6U="; hash = "sha256-V8QiBnOz5l/vjTFf9gKjxth4YsGCYuADlbwiWc7VFds=";
}; };
build-system = [ build-system = [