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 0f7e40b009 gnu: got: Update to 0.122.
0f7e40b009 is described below

commit 0f7e40b0096c68add68faef4f18f64be72e6c6df
Author: Ashish SHUKLA <[email protected]>
AuthorDate: Wed Feb 11 14:46:54 2026 +0100

    gnu: got: Update to 0.122.
    
    * gnu/packages/version-control.scm (got): Update to 0.122.
    
    Merges: https://codeberg.org/guix/guix/pulls/6323
    Change-Id: I4d27ea8dc589aea4d3efe8aab71bcab9e18aca78
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 gnu/packages/version-control.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index e9505e6d33..1fb3b1f5fd 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -58,7 +58,7 @@
 ;;; Copyright © 2024 Suhail Singh <[email protected]>
 ;;; Copyright © 2024 Simon Tournier <[email protected]>
 ;;; Copyright © 2024 Javier Olaechea <[email protected]>
-;;; Copyright © 2024, 2025 Ashish SHUKLA <[email protected]>
+;;; Copyright © 2024-2026 Ashish SHUKLA <[email protected]>
 ;;; Copyright © 2024 Wilko Meyer <[email protected]>
 ;;; Copyright © 2024 Herman Rimm <[email protected]>
 ;;; Copyright © 2024 Sharlatan Hellseher <[email protected]>
@@ -1137,7 +1137,7 @@ provides an integration with GitHub and GitLab.")
 (define-public got
   (package
     (name "got")
-    (version "0.121")
+    (version "0.122")
     (source (origin
               (method url-fetch)
               (uri
@@ -1146,7 +1146,7 @@ provides an integration with GitHub and GitLab.")
                 version ".tar.gz"))
               (sha256
                (base32
-                "16i0i24ill94gsi57af86libz8z8cgl7458ijvd0q214sbmvw3nl"))))
+                "0620wb7m867fjcim27dl09csj23a9vq8drca98c94ggibxd9sghw"))))
     (inputs
      (list libevent
            `(,util-linux "lib")

Reply via email to