Unverified Commit 645d7880 authored by Nick Cao's avatar Nick Cao Committed by GitHub
Browse files

Merge pull request #327124 from fabaff/hishel-bump

python312Packages.hishel: 0.0.29 -> 0.0.30
parents b71515a5 6c035531
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@

buildPythonPackage rec {
  pname = "hishel";
  version = "0.0.29";
  version = "0.0.30";
  pyproject = true;

  disabled = pythonOlder "3.8";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
    owner = "karpetrosyan";
    repo = "hishel";
    rev = "refs/tags/${version}";
    hash = "sha256-3RUbHVbnfC0L9u6/VMKK2BhTuc2y5kD83Cn8dQ24kQQ=";
    hash = "sha256-+ine7Q60dT9GyFWGHtbH6G1E4TzTQaY5y9Yxxxbgnp8=";
  };

  build-system = [