Merge pull request #172694 from fabaff/bump-pontos

python310Packages.pontos: 22.5.0 -> 22.5.0
main
Fabian Affolter 2 years ago committed by GitHub
commit fccf3be005
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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