about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorR. Ryantm <ryantm-bot@ryantm.com>2023-12-22 14:10:55 +0000
committerR. Ryantm <ryantm-bot@ryantm.com>2023-12-22 14:10:55 +0000
commit86af651cace6717898d187c628c72d9fa742b3c5 (patch)
tree1833bdf710a4d6476ec84ea16ad743fd4ea6a3e1 /pkgs
parent3eccda7f1a5b134e52d8fb7c1710ddb0879636c5 (diff)
python310Packages.softlayer: 6.1.10 -> 6.1.11
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/python-modules/softlayer/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/softlayer/default.nix b/pkgs/development/python-modules/softlayer/default.nix
index 28c24f533d75a..8ce880889d663 100644
--- a/pkgs/development/python-modules/softlayer/default.nix
+++ b/pkgs/development/python-modules/softlayer/default.nix
@@ -21,7 +21,7 @@
 
 buildPythonPackage rec {
   pname = "softlayer";
-  version = "6.1.10";
+  version = "6.1.11";
   format = "setuptools";
 
   disabled = pythonOlder "3.7";
@@ -30,7 +30,7 @@ buildPythonPackage rec {
     owner = pname;
     repo = "softlayer-python";
     rev = "refs/tags/v${version}";
-    hash = "sha256-0NLa+kEArKqfqytnxbzXnX/OVhYFBKZO9odXGR0AoSA=";
+    hash = "sha256-2iN3T58aICQlGwr10/e/mWE9pA4rbJCBTE1jTu3GeGk=";
   };
 
   postPatch = ''