From 0304c211945f467665a97000f491b9fad1420976 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Wed, 11 Mar 2026 03:22:40 +0000 Subject: [PATCH] python3Packages.configshell-fb: 2.0.2 -> 2.0.3 --- pkgs/development/python-modules/configshell-fb/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/configshell-fb/default.nix b/pkgs/development/python-modules/configshell-fb/default.nix index 29f81c7fa220..7a75d264abde 100644 --- a/pkgs/development/python-modules/configshell-fb/default.nix +++ b/pkgs/development/python-modules/configshell-fb/default.nix @@ -9,14 +9,14 @@ buildPythonPackage rec { pname = "configshell-fb"; - version = "2.0.2"; + version = "2.0.3"; pyproject = true; src = fetchFromGitHub { owner = "open-iscsi"; repo = "configshell-fb"; tag = "v${version}"; - hash = "sha256-B5VEihg97r8BsKJdk1+LGyKb64QC+u/3ftumFXYTn6s="; + hash = "sha256-q/Tx/9BBnxW6busbrigeesxNa5NvBgfKYDNeDquDTOc="; }; build-system = [