Merge pull request #262898 from r-ryantm/auto-update/python311Packages.python-gvm

python311Packages.python-gvm: 23.10.0 -> 23.10.1
This commit is contained in:
Nick Cao 2023-10-23 08:49:49 -04:00 committed by GitHub
commit 087fdfd3c3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@
buildPythonPackage rec {
pname = "python-gvm";
version = "23.10.0";
version = "23.10.1";
format = "pyproject";
disabled = pythonOlder "3.7";
@ -22,7 +22,7 @@ buildPythonPackage rec {
owner = "greenbone";
repo = pname;
rev = "refs/tags/v${version}";
hash = "sha256-me7HO6BiW+0S1GDbKkbJiRrUQotEP1MPo/d0Xc84mIg=";
hash = "sha256-OG45mKYqWrgyDyTlWPz95VXQDKAx4QeU1ZZGmHhbviI=";
};
nativeBuildInputs = [