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 20bca7d732 gnu: got: Update to 0.113. 20bca7d732 is described below commit 20bca7d7328ae690a8d6a79a1c1f75761ebef08b Author: Ashish SHUKLA <ashish...@lostca.se> AuthorDate: Tue Jun 10 00:09:03 2025 +0200 gnu: got: Update to 0.113. * gnu/packages/version-control.scm (got): Update to 0.113. Change-Id: Ida9f51de87ad6a0cac7b38a4ad19889de56bdc68 Signed-off-by: Ian Eure <i...@retrospec.tv> --- 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 f0a0e73eb0..8f2e1f5245 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm @@ -1193,7 +1193,7 @@ provides an integration with GitHub and GitLab.") (define-public got (package (name "got") - (version "0.112") + (version "0.113") (source (origin (method url-fetch) (uri @@ -1202,7 +1202,7 @@ provides an integration with GitHub and GitLab.") version ".tar.gz")) (sha256 (base32 - "12gx59ki610a9iydscg9jf3m7qcnyx34wmsah26by4hix57njdp3")))) + "00bgqmjd62jsyxl08fcj872hl08dq1dmj1r8jfx2myimk8dqlii9")))) (inputs (list libevent `(,util-linux "lib")