lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python311Packages.python-gvm: 23.10.1 -> 23.11.0

Diff: https://github.com/greenbone/python-gvm/compare/refs/tags/v23.10.1...v23.11.0

Changelog: https://github.com/greenbone/python-gvm/releases/tag/v23.11.0

+2 -2
+2 -2
pkgs/development/python-modules/python-gvm/default.nix
··· 13 13 14 14 buildPythonPackage rec { 15 15 pname = "python-gvm"; 16 - version = "23.10.1"; 16 + version = "23.11.0"; 17 17 format = "pyproject"; 18 18 19 19 disabled = pythonOlder "3.7"; ··· 22 22 owner = "greenbone"; 23 23 repo = pname; 24 24 rev = "refs/tags/v${version}"; 25 - hash = "sha256-OG45mKYqWrgyDyTlWPz95VXQDKAx4QeU1ZZGmHhbviI="; 25 + hash = "sha256-7HneedqHbNB9ZYFUCCQ/puLtA1QlIkTKqji0py9hwBE="; 26 26 }; 27 27 28 28 nativeBuildInputs = [