diff options
author | Ashish SHUKLA <ashish.is@lostca.se> | 2025-07-26 21:26:49 +0200 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2025-07-26 22:20:49 +0200 |
commit | 309a08cf5979bfe22dca880f7be565d503e681dd (patch) | |
tree | 71ecc91f7a379f16a4514eba0fb1ca5d28ff3e3a | |
parent | e9915d6cfeee2084d24f5bf4703c245e82e2c559 (diff) |
gnu: got: Update to 0.106.
* gnu/packages/version-control.scm (got): Update to 0.106.
Change-Id: I6fbf6de563b04a3d406fa2f598e627312be5ec50
Signed-off-by: Andreas Enge <andreas@enge.fr>
-rw-r--r-- | gnu/packages/version-control.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm index 434dc4f473..c526f3c779 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm @@ -1156,7 +1156,7 @@ provides an integration with GitHub and GitLab.") (define-public got (package (name "got") - (version "0.115") + (version "0.116") (source (origin (method url-fetch) (uri @@ -1165,7 +1165,7 @@ provides an integration with GitHub and GitLab.") version ".tar.gz")) (sha256 (base32 - "1rw9i74b4q99ja0j4xckx3bbzl8jixxpfnsjzgw7sx3lqcfbrw5d")))) + "1zsdisaqv1q612a7jws9qd8n1gm9ilz5mnprkpgvdhc27gblm9p8")))) (inputs (list libevent `(,util-linux "lib") |