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 53f62b2634 gnu: got: Update to 0.127.
53f62b2634 is described below

commit 53f62b2634b0cc89e18dd75747307d46876a241e
Author: Ashish SHUKLA <[email protected]>
AuthorDate: Sun Jul 26 17:14:06 2026 +0200

    gnu: got: Update to 0.127.
    
    * gnu/packages/version-control.scm (got): Update to 0.127.
    
    Merges: https://codeberg.org/guix/guix/pulls/10193
    Signed-off-by: Nguyễn Gia Phong <[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 cc5ca68e1e..3719a2584f 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -1323,7 +1323,7 @@ provides an integration with GitHub and GitLab.")
 (define-public got
   (package
     (name "got")
-    (version "0.126")
+    (version "0.127")
     (source (origin
               (method url-fetch)
               (uri
@@ -1332,7 +1332,7 @@ provides an integration with GitHub and GitLab.")
                 version ".tar.gz"))
               (sha256
                (base32
-                "0ba89c9zzd4klghchd9g756rgcp9wssga9dsz2i11bw6664dsxdd"))))
+                "0gnaalpix2m4vvrbpiq53pgmf2hxidai2a4dfl4i99fr3gb63c0z"))))
     (inputs
      (list libevent
            `(,util-linux "lib")

Reply via email to