Skip to content

Commit 3682230

Browse files
committed
python312Packages.python-manilaclient: 5.1.0 -> 5.2.0
1 parent 0bda27c commit 3682230

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/python-modules/python-manilaclient

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@
2222

2323
buildPythonPackage rec {
2424
pname = "python-manilaclient";
25-
version = "5.1.0";
25+
version = "5.2.0";
2626
pyproject = true;
2727

2828
src = fetchPypi {
2929
inherit pname version;
30-
hash = "sha256-Kv3xEYB6przlEUTzIbkLY654l9N8Gb3YsFqQRTKZpI8=";
30+
hash = "sha256-bknD1MTDSS7e4SkUqf+yaj57PdSfzGDy3Nv+piQILlg=";
3131
};
3232

3333
build-system = [

0 commit comments

Comments
 (0)