diff options
| author | Ashish SHUKLA <ashish.is@lostca.se> | 2025-06-29 23:29:39 +0200 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-06-30 08:13:53 +0100 |
| commit | e501f194b5b686af1488cd10dfe692583fadbd04 (patch) | |
| tree | f978a3591b8b564bfa7bd2988b5e33bd2e615615 /gnu/packages/version-control.scm | |
| parent | 5bd60fd7bd0493eaa74e87ad0331fef0e05e1e19 (diff) | |
gnu: got: Update to 0.115.
* gnu/packages/version-control.scm (got): Update to 0.115.
Change-Id: I57232211e1847112eaaba5b6302eefe33a217702
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/version-control.scm')
| -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 fd89ca34495..4aba67c536d 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm @@ -1161,7 +1161,7 @@ provides an integration with GitHub and GitLab.") (define-public got (package (name "got") - (version "0.113") + (version "0.115") (source (origin (method url-fetch) (uri @@ -1170,7 +1170,7 @@ provides an integration with GitHub and GitLab.") version ".tar.gz")) (sha256 (base32 - "00bgqmjd62jsyxl08fcj872hl08dq1dmj1r8jfx2myimk8dqlii9")))) + "1rw9i74b4q99ja0j4xckx3bbzl8jixxpfnsjzgw7sx3lqcfbrw5d")))) (inputs (list libevent `(,util-linux "lib") |
