python3Packages.python-swiftclient: 4.8.0 -> 4.9.0

This commit is contained in:
R. Ryantm
2025-11-17 21:42:40 +00:00
parent 1dcdb7dcba
commit 77d17bd190
@@ -13,13 +13,13 @@
buildPythonPackage rec {
pname = "python-swiftclient";
version = "4.8.0";
version = "4.9.0";
pyproject = true;
src = fetchPypi {
pname = "python_swiftclient";
inherit version;
hash = "sha256-RBYsq0aTaMr9wl4MjE6VornbGkRFakjOCA/iyppLOGM=";
hash = "sha256-niB7guwxeG8Q24/vbiBWgcJJl6C2ANKKGU+dFakO13I=";
};
nativeBuildInputs = [ installShellFiles ];