Skip to content

Commit 5465c98

Browse files
authored
python312Packages.hishel: 0.1.1 -> 0.1.2 (NixOS#396911)
2 parents 291730d + cc3e219 commit 5465c98

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/development/python-modules/hishel/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
buildPythonPackage rec {
2020
pname = "hishel";
21-
version = "0.1.1";
21+
version = "0.1.2";
2222
pyproject = true;
2323

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

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

0 commit comments

Comments
 (0)