This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 309a08cf59 gnu: got: Update to 0.106.
309a08cf59 is described below
commit 309a08cf5979bfe22dca880f7be565d503e681dd
Author: Ashish SHUKLA <[email protected]>
AuthorDate: Sat Jul 26 21:26:49 2025 +0200
gnu: got: Update to 0.106.
* gnu/packages/version-control.scm (got): Update to 0.106.
Change-Id: I6fbf6de563b04a3d406fa2f598e627312be5ec50
Signed-off-by: Andreas Enge <[email protected]>
---
gnu/packages/version-control.scm | 4 ++--
1 file 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")