about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorNick Cao <nickcao@nichi.co>2023-12-22 10:06:56 -0500
committerGitHub <noreply@github.com>2023-12-22 10:06:56 -0500
commit3bd7230fc57b8a7b00df51fcadbfdee56670000b (patch)
tree9f8e725b16bf984c3c8852dbf955b4e2ab297b08 /pkgs
parentf1f52ce5834518a5578b7dc0053d9e221c877a65 (diff)
parent86af651cace6717898d187c628c72d9fa742b3c5 (diff)
Merge pull request #276059 from r-ryantm/auto-update/python310Packages.softlayer
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 = ''