Unverified Commit 5465c987 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python312Packages.hishel: 0.1.1 -> 0.1.2 (#396911)

parents 291730d6 cc3e2195
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -18,7 +18,7 @@

buildPythonPackage rec {
  pname = "hishel";
  version = "0.1.1";
  version = "0.1.2";
  pyproject = true;

  disabled = pythonOlder "3.9";
@@ -27,7 +27,7 @@ buildPythonPackage rec {
    owner = "karpetrosyan";
    repo = "hishel";
    tag = version;
    hash = "sha256-V8QiBnOz5l/vjTFf9gKjxth4YsGCYuADlbwiWc7VFds=";
    hash = "sha256-EaVE70lzjvMqMJlXObz450FwunaPZv86kJCKgI174a8=";
  };

  build-system = [
@@ -67,7 +67,7 @@ buildPythonPackage rec {
  meta = with lib; {
    description = "HTTP Cache implementation for HTTPX and HTTP Core";
    homepage = "https://github.com/karpetrosyan/hishel";
    changelog = "https://github.com/karpetrosyan/hishel/blob/${version}/CHANGELOG.md";
    changelog = "https://github.com/karpetrosyan/hishel/blob/${src.tag}/CHANGELOG.md";
    license = licenses.bsd3;
    maintainers = with maintainers; [ fab ];
  };