about summary refs log tree commit diff
path: root/pkgs/development/python-modules/python-manilaclient
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2021-11-25 14:47:10 -0800
committerJonathan Ringer <jonringer117@gmail.com>2021-11-30 18:52:15 -0800
commitfef2486db5f7176ba27230ad80c6422b82ad7518 (patch)
treec87fb7db15c99ac1d07e3b96240664449218e306 /pkgs/development/python-modules/python-manilaclient
parent375735cc5881f78db7054562cf87987d18389f1b (diff)
python3Packages.python-manilaclient: 3.0.0 -> 3.1.0
Diffstat (limited to 'pkgs/development/python-modules/python-manilaclient')
-rw-r--r--pkgs/development/python-modules/python-manilaclient/default.nix4
1 files 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 5ffe1a1ea730d..aea8b6dab3031 100644
--- a/pkgs/development/python-modules/python-manilaclient/default.nix
+++ b/pkgs/development/python-modules/python-manilaclient/default.nix
@@ -18,11 +18,11 @@
 
 buildPythonApplication rec {
   pname = "python-manilaclient";
-  version = "3.0.0";
+  version = "3.1.0";
 
   src = fetchPypi {
     inherit pname version;
-    sha256 = "2d90af35c5beccc53fa6b0f5a3c4b330a065e86924c33c42b017f18943ab2b05";
+    sha256 = "d53f69238cdc454c0297f513e0b481a039d0bac723990ebd5ab9d3d29633956e";
   };
 
   propagatedBuildInputs = [