From 2e371bd67b82df5d4eeb2a27dbb73ddc0d6d48f0 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 27 Dec 2025 20:29:32 +0000 Subject: [PATCH] git-up: Update to version 2.4.0 --- bucket/git-up.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bucket/git-up.json b/bucket/git-up.json index 0e6cb34d08..6713ac797e 100644 --- a/bucket/git-up.json +++ b/bucket/git-up.json @@ -1,12 +1,12 @@ { - "version": "2.3.0", + "version": "2.4.0", "description": "A nicer 'git pull'", "homepage": "https://github.com/msiemens/PyGitUp", "license": "MIT", "depends": "python", - "url": "https://github.com/msiemens/PyGitUp/archive/v2.3.0.zip", - "hash": "88c6782417d5f98c5b74c163c16768735c4bdf0243ab88efb70d11b93d1aa6a9", - "extract_dir": "PyGitUp-2.3.0", + "url": "https://github.com/msiemens/PyGitUp/archive/v2.4.0.zip", + "hash": "f8dd9a2f1457623d0ee93192f2a92df343ed125fadf2083f138b72ca20c865a1", + "extract_dir": "PyGitUp-2.4.0", "post_install": [ "pushd \"$dir\"", "try {",