Skip to content

Commit 67f2701

Browse files
committed
1 parent 22728a4 commit 67f2701

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
buildPythonPackage rec {
2121
pname = "pontos";
22-
version = "25.3.2";
22+
version = "25.3.3";
2323
pyproject = true;
2424

2525
disabled = pythonOlder "3.9";
@@ -28,7 +28,7 @@ buildPythonPackage rec {
2828
owner = "greenbone";
2929
repo = "pontos";
3030
tag = "v${version}";
31-
hash = "sha256-gxmNOrvV007nSwP2TNDCnB0CPspeWMt9ohnT4u8EzPw=";
31+
hash = "sha256-jupd56zLx7tdsiklX0y8WNH0UkPeFtD/TLtzuoRefuI=";
3232
};
3333

3434
build-system = [ poetry-core ];

0 commit comments

Comments
 (0)