Loading pkgs/development/python-modules/hishel/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ buildPythonPackage rec { pname = "hishel"; version = "0.1.1"; version = "0.1.2"; pyproject = true; disabled = pythonOlder "3.9"; Loading @@ -27,7 +27,7 @@ buildPythonPackage rec { owner = "karpetrosyan"; repo = "hishel"; tag = version; hash = "sha256-V8QiBnOz5l/vjTFf9gKjxth4YsGCYuADlbwiWc7VFds="; hash = "sha256-EaVE70lzjvMqMJlXObz450FwunaPZv86kJCKgI174a8="; }; build-system = [ Loading Loading @@ -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 ]; }; Loading Loading
pkgs/development/python-modules/hishel/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -18,7 +18,7 @@ buildPythonPackage rec { pname = "hishel"; version = "0.1.1"; version = "0.1.2"; pyproject = true; disabled = pythonOlder "3.9"; Loading @@ -27,7 +27,7 @@ buildPythonPackage rec { owner = "karpetrosyan"; repo = "hishel"; tag = version; hash = "sha256-V8QiBnOz5l/vjTFf9gKjxth4YsGCYuADlbwiWc7VFds="; hash = "sha256-EaVE70lzjvMqMJlXObz450FwunaPZv86kJCKgI174a8="; }; build-system = [ Loading Loading @@ -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 ]; }; Loading