From 10cdb25388463ba50301407c2b5eaabb8daccfe2 Mon Sep 17 00:00:00 2001 From: "R. Ryantm" Date: Thu, 18 Jul 2024 01:22:39 +0000 Subject: [PATCH] manilaclient: 4.9.0 -> 4.9.1 --- .../python-modules/python-manilaclient/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/python-manilaclient/default.nix b/pkgs/development/python-modules/python-manilaclient/default.nix index 1f11d62af855..c3256d0d5447 100644 --- a/pkgs/development/python-modules/python-manilaclient/default.nix +++ b/pkgs/development/python-modules/python-manilaclient/default.nix @@ -23,12 +23,12 @@ buildPythonPackage rec { pname = "python-manilaclient"; - version = "4.9.0"; + version = "4.9.1"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-Q7ADjuGQh5C88WqT5II+NMYLYFwTip/bzZinca/xqFY="; + hash = "sha256-TebykdG0fkeC+5Vs9eiwuJpXam41gg8gR4F2poYKDhI="; }; nativeBuildInputs = [