File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
pkgs/development/python-modules/hishel Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1818
1919buildPythonPackage 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 } ;
You can’t perform that action at this time.
0 commit comments