From 100b59a997e5f30b920dab3f7eceea186b4d384f Mon Sep 17 00:00:00 2001 From: ajs124 Date: Tue, 30 May 2023 14:40:09 +0200 Subject: [PATCH] python3.pkgs.configshell: 1.1.29 -> 1.1.30 --- pkgs/development/python-modules/configshell/default.nix | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/pkgs/development/python-modules/configshell/default.nix b/pkgs/development/python-modules/configshell/default.nix index 2cd66636b016..40ea4fd7be75 100644 --- a/pkgs/development/python-modules/configshell/default.nix +++ b/pkgs/development/python-modules/configshell/default.nix @@ -8,13 +8,13 @@ buildPythonPackage rec { pname = "configshell"; - version = "1.1.29"; + version = "1.1.30"; src = fetchFromGitHub { owner = "open-iscsi"; repo = "${pname}-fb"; rev = "v${version}"; - sha256 = "0mjj3c9335sph8rhwww7j4zvhyk896fbmx887vibm89w3jpvjjr9"; + hash = "sha256-7iWmYVCodwncoPdpw85zrNsZSEq+ume412lyiiJqRPc="; }; propagatedBuildInputs = [ @@ -23,11 +23,6 @@ buildPythonPackage rec { urwid ]; - postPatch = '' - substituteInPlace setup.py \ - --replace "pyparsing >=2.0.2,<3.0" "pyparsing >=2.0.2" - ''; - # Module has no tests doCheck = false;