python310Packages.pontos: 22.5.0 -> 22.5.0

main
Fabian Affolter 2 years ago
parent 0729f1bbf2
commit 31d4b2b9a8
  1. 5
      pkgs/development/python-modules/pontos/default.nix

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "pontos";
version = "22.4.0";
version = "22.5.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "greenbone";
repo = pname;
rev = "v${version}";
hash = "sha256-W+l5QIpum1uTsx/mxZGkRoJAZaC1viURVYg4Kvjv32Y=";
hash = "sha256-WTIuK5kPPqft4u44dN5NDJJKxIPrZGCJjZ5pR6HgOxw=";
};
nativeBuildInputs = [
@ -53,6 +53,7 @@ buildPythonPackage rec {
"test_find_unreleased_information"
# CLI test fails
"test_missing_cmd"
"test_update_file_changed"
];
pythonImportsCheck = [

Loading…
Cancel
Save