python3Packages.bce-python-sdk: 0.9.59 -> 0.9.63

This commit is contained in:
R. Ryantm
2026-03-09 05:54:43 +00:00
parent f7f03dc676
commit 74aa977dce
@@ -9,7 +9,7 @@
}:
let
version = "0.9.59";
version = "0.9.63";
in
buildPythonPackage {
pname = "bce-python-sdk";
@@ -19,7 +19,7 @@ buildPythonPackage {
src = fetchPypi {
pname = "bce_python_sdk";
inherit version;
hash = "sha256-VK0JOUsKW6+Mjvh6yRn50RHBsFNghihrgK2nFlHY5Mg=";
hash = "sha256-DIC8OsEooKFEuuO43/Hzl/QsMLNvdnfjo52N+Od7EIg=";
};
patches = [