guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 7f30a208bb02517ec7771fa08d1c43a8d3677a0c
Author: Ashish SHUKLA <[email protected]>
AuthorDate: Wed May 21 07:49:04 2025 +0000

    gnu: got: Update to 0.112.
    
    * gnu/packages/version-control.scm (got): Update to 0.112.
    
    Change-Id: I9b6c8c2c81f77b5cae78a106b9b8e5e0bfa1463d
    Signed-off-by: Christopher Baines <[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 c1e8d4102d..85d55254f5 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -1196,7 +1196,7 @@ provides an integration with GitHub and GitLab.")
 (define-public got
   (package
     (name "got")
-    (version "0.111")
+    (version "0.112")
     (source (origin
               (method url-fetch)
               (uri
@@ -1205,7 +1205,7 @@ provides an integration with GitHub and GitLab.")
                 version ".tar.gz"))
               (sha256
                (base32
-                "1kkqv2lrd6wwjgsb02bgw5nqlkxrq90rdbzv486xs057j5pgg5nh"))))
+                "12gx59ki610a9iydscg9jf3m7qcnyx34wmsah26by4hix57njdp3"))))
     (inputs
      (list libevent
            `(,util-linux "lib")

Reply via email to