We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0852c02 + 67f2701 commit 5039b47Copy full SHA for 5039b47
pkgs/development/python-modules/pontos/default.nix
@@ -19,7 +19,7 @@
19
20
buildPythonPackage rec {
21
pname = "pontos";
22
- version = "25.3.2";
+ version = "25.3.3";
23
pyproject = true;
24
25
disabled = pythonOlder "3.9";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
28
owner = "greenbone";
29
repo = "pontos";
30
tag = "v${version}";
31
- hash = "sha256-gxmNOrvV007nSwP2TNDCnB0CPspeWMt9ohnT4u8EzPw=";
+ hash = "sha256-jupd56zLx7tdsiklX0y8WNH0UkPeFtD/TLtzuoRefuI=";
32
};
33
34
build-system = [ poetry-core ];
0 commit comments