globus-cli: 3.36.0 -> 3.37.0

This commit is contained in:
Richard J. Acton
2025-09-22 10:12:39 +01:00
parent 677c8c74b7
commit fbef39a968
+2 -2
View File
@@ -8,14 +8,14 @@
python3Packages.buildPythonApplication rec {
pname = "globus-cli";
version = "3.36.0";
version = "3.37.0";
pyproject = true;
src = fetchFromGitHub {
owner = "globus";
repo = "globus-cli";
tag = version;
hash = "sha256-Phu7nXMICSBFUX8wfzwA4ORBJIkhTDCMCqTyZvcG93c=";
hash = "sha256-CG57RmWVI1p/8zjDhrH1ZK1KwNrwxbz0FkwOKLBbFcc=";
};
build-system = with python3Packages; [