From c2b2e07435c67ab1b9cadba6a02b98a2403ad91e Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 30 Aug 2023 19:38:44 +0200 Subject: [PATCH] python311Packages.notus-scanner: 22.6.0 -> 22.6.0 Diff: https://github.com/greenbone/notus-scanner/compare/refs/tags/v22.6.0...v22.6.0 Changelog: https://github.com/greenbone/notus-scanner/releases/tag/v22.6.0 --- .../python-modules/notus-scanner/default.nix | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) diff --git a/pkgs/development/python-modules/notus-scanner/default.nix b/pkgs/development/python-modules/notus-scanner/default.nix index ce438528bc28..7252ce45b711 100644 --- a/pkgs/development/python-modules/notus-scanner/default.nix +++ b/pkgs/development/python-modules/notus-scanner/default.nix @@ -1,7 +1,6 @@ { lib , buildPythonPackage , fetchFromGitHub -, fetchpatch , paho-mqtt , poetry-core , psutil @@ -15,7 +14,7 @@ buildPythonPackage rec { pname = "notus-scanner"; - version = "22.5.0"; + version = "22.6.0"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -24,17 +23,9 @@ buildPythonPackage rec { owner = "greenbone"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-h+jZWjDvTfW9XjoGhWYX08hgJ/Qp64MEaqHHwnahnC4="; + hash = "sha256-Ih6Uz7dTVMNCBsLcDsslyIzttg+IDBW3B+Ixpp7sz1Y="; }; - patches = [ - (fetchpatch { - name = "update-packaging-dependency.patch"; - url = "https://github.com/greenbone/notus-scanner/commit/bfa7d3d2e63e250ff25a66c60b782eb9da0e89e7.patch"; - hash = "sha256-hzS8TYBXDEq+cgWlp6fSOtSbyeX9EX2rURmnFMF5jN0="; - }) - ]; - pythonRelaxDeps = [ "python-gnupg" ];