sharlatan pushed a commit to branch go-team
in repository guix.

commit 70c524abbd358da6d811b59c169d89893c093a24
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri Sep 13 10:38:16 2024 +0100

    gnu: go-github-com-sergi-go-diff: Update to 1.3.1.
    
    * gnu/packages/golang-xyz.scm (go-github-com-sergi-go-diff): Update to 
1.3.1.
    
    Change-Id: I369c2bdbf112a0b16eae1ed7d837a4eece26ea50
---
 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 35aa71eeb6..81b66d8a3e 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -6114,7 +6114,7 @@ is undetermined, a customizable spinner is shown.")
 (define-public go-github-com-sergi-go-diff
   (package
     (name "go-github-com-sergi-go-diff")
-    (version "1.2.0")
+    (version "1.3.1")
     (source
      (origin
        (method git-fetch)
@@ -6123,7 +6123,7 @@ is undetermined, a customizable spinner is shown.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0cbj8nshllq102iiav0k1s01b8gwbkzj674g71n938qqna32y2pa"))))
+        (base32 "0c7lsa3kjxbrx66r93d0pvx1408b80ignpi39fzka1qc0ylshw32"))))
     (build-system go-build-system)
     (arguments
      (list

Reply via email to