Merge pull request #214324 from fabaff/pontos-bump

python310Packages.pontos: 23.1.3 -> 23.2.0
This commit is contained in:
Fabian Affolter 2023-02-03 14:44:39 +01:00 committed by GitHub
commit 959190ecf6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@
buildPythonPackage rec {
pname = "pontos";
version = "23.1.3";
version = "23.2.0";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -25,7 +25,7 @@ buildPythonPackage rec {
owner = "greenbone";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-qmgfEsB3Mg6xjQxQLR2JMXATzurtuOem2kdIkD0WQXI=";
hash = "sha256-4GIfXHDY2g6dhvymYzunK2UWxJcO37dXQbI2jxOIwCw=";
};
nativeBuildInputs = [