3
0
Fork 0
forked from mirrors/nixpkgs

Merge pull request #192673 from r-ryantm/auto-update/python310Packages.pontos

python310Packages.pontos: 22.9.0 -> 22.9.1
This commit is contained in:
Mario Rodas 2022-09-23 21:47:49 -05:00 committed by GitHub
commit 39266ef77d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@
buildPythonPackage rec {
pname = "pontos";
version = "22.9.0";
version = "22.9.1";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "greenbone";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-7VVFWG/KRWD8Ez3yeCJJHRBwvgpSMDXI9IS8ZMr2u5M=";
hash = "sha256-W0WubsulnMtNbW/KP1Sp1ChEb3ie1s+Oxu23jpnB/Nc=";
};
nativeBuildInputs = [