python311Packages.pontos: 24.1.2 -> 24.2.0
Diff: https://github.com/greenbone/pontos/compare/refs/tags/v24.1.2...v24.2.0 Changelog: https://github.com/greenbone/pontos/releases/tag/v24.2.0
This commit is contained in:
@@ -11,13 +11,14 @@
|
||||
, python-dateutil
|
||||
, pythonOlder
|
||||
, semver
|
||||
, shtab
|
||||
, rich
|
||||
, tomlkit
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "pontos";
|
||||
version = "24.1.2";
|
||||
version = "24.2.0";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
@@ -26,7 +27,7 @@ buildPythonPackage rec {
|
||||
owner = "greenbone";
|
||||
repo = "pontos";
|
||||
rev = "refs/tags/v${version}";
|
||||
hash = "sha256-t8mfAi5EG/k5dXsEjC5IpBn/adpSOhqCIkpZ2IMzMkQ=";
|
||||
hash = "sha256-vvI8jOqEdC0YPecoR7otPFmitFlD0j7s9DALlqwB9DU=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
@@ -40,6 +41,7 @@ buildPythonPackage rec {
|
||||
packaging
|
||||
python-dateutil
|
||||
semver
|
||||
shtab
|
||||
rich
|
||||
tomlkit
|
||||
] ++ httpx.optional-dependencies.http2;
|
||||
|
||||
Reference in New Issue
Block a user