Skip to content

Commit 0bdd49c

Browse files
authored
Merge pull request #312758 from r-ryantm/auto-update/python311Packages.softlayer
python311Packages.softlayer: 6.2.0 -> 6.2.2
2 parents 8cd1bf6 + 74dbcb5 commit 0bdd49c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkgs/development/python-modules/softlayer/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,16 @@
2121

2222
buildPythonPackage rec {
2323
pname = "softlayer";
24-
version = "6.2.0";
24+
version = "6.2.2";
2525
format = "setuptools";
2626

2727
disabled = pythonOlder "3.7";
2828

2929
src = fetchFromGitHub {
3030
owner = pname;
3131
repo = "softlayer-python";
32-
rev = "refs/tags/v${version}";
33-
hash = "sha256-kOElL6VtHrtbA0lNAnDOC6VPX1mC7Rvk5x6N5x2Z1B0=";
32+
rev = "refs/tags/v.${version}";
33+
hash = "sha256-xlfVxQFsBKKpEsVmPlxn0sSyePNEmhly6wS/lTvP3DA=";
3434
};
3535

3636
postPatch = ''

0 commit comments

Comments
 (0)