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 2ede106349 gnu: got: Update to 0.121
2ede106349 is described below

commit 2ede10634939d07cfdc1b8850bf0c7b7b9cb2f8f
Author: Ashish SHUKLA <[email protected]>
AuthorDate: Mon Feb 2 13:43:18 2026 +0100

    gnu: got: Update to 0.121
    
    * gnu/packages/version-control.scm (got): Update to 0.121.
    
    Change-Id: Ibfc961fad769cd1c6d7d30594c7b89c93c8ad197
    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 dac026fe6e..430136d535 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -1137,7 +1137,7 @@ provides an integration with GitHub and GitLab.")
 (define-public got
   (package
     (name "got")
-    (version "0.118.1")
+    (version "0.121")
     (source (origin
               (method url-fetch)
               (uri
@@ -1146,7 +1146,7 @@ provides an integration with GitHub and GitLab.")
                 version ".tar.gz"))
               (sha256
                (base32
-                "0l56kfq5r9nb4046n63cv1agwjgdggzi31q76p2sjvyy3rwkihbp"))))
+                "16i0i24ill94gsi57af86libz8z8cgl7458ijvd0q214sbmvw3nl"))))
     (inputs
      (list libevent
            `(,util-linux "lib")

Reply via email to