guix_mirror_bot pushed a commit to branch master
in repository guix.

commit b48412b52fac55f51252a559d03d89d970cdb0f0
Author: Ashish SHUKLA <[email protected]>
AuthorDate: Sat May 16 18:09:22 2026 +0200

    gnu: got: Update to 0.125
    
    * gnu/packages/version-control.scm (got): Update to 0.125.
    
    Change-Id: I08867461d0c70cbceadcb82defc191fe1e45e7e7
    Merges: https://codeberg.org/guix/guix/pulls/8677
    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 c8966cb31c..d96a434659 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -1180,7 +1180,7 @@ provides an integration with GitHub and GitLab.")
 (define-public got
   (package
     (name "got")
-    (version "0.124")
+    (version "0.125")
     (source (origin
               (method url-fetch)
               (uri
@@ -1189,7 +1189,7 @@ provides an integration with GitHub and GitLab.")
                 version ".tar.gz"))
               (sha256
                (base32
-                "0i4w1njqggdqdxw3mismyqy0kjhnr4gsrd9b2p2awhwk1ac8xwwg"))))
+                "1b5saas4ywfknsxski52w34x1h36ib2pns41xcm3fr3k2201kmmd"))))
     (inputs
      (list libevent
            `(,util-linux "lib")

Reply via email to