guix_mirror_bot pushed a commit to branch master
in repository guix.

commit 5cdd7a69c6cedafe98089bd86a2cd86938ec8e03
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Feb 5 23:41:09 2026 +0000

    gnu: go-go-abhg-dev-log-silog: Update to 0.2.0.
    
    * gnu/packages/golang-xyz.scm (go-go-abhg-dev-log-silog): Update to 0.2.0.
    
    Change-Id: Ib61a98038282c991c2c3fd471e0369a97d404111
---
 gnu/packages/golang-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index c50bdcd027..2d4d6f979e 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -25246,7 +25246,7 @@ word on a list of words, if none is found, look for a 
similar word.")
 (define-public go-go-abhg-dev-log-silog
   (package
     (name "go-go-abhg-dev-log-silog")
-    (version "0.1.0")
+    (version "0.2.0")
     (source
      (origin
        (method git-fetch)
@@ -25255,7 +25255,7 @@ word on a list of words, if none is found, look for a 
similar word.")
               (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1287i6qqg7hp8g49mbbr4n0l67v5b3dqz263ynpqjzrz1yck5q3v"))))
+        (base32 "1lsms1na9hp23m2b2za3v567wf6c8ywri23b707sbs29rwf25yrr"))))
     (build-system go-build-system)
     (arguments
      (list

Reply via email to