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

commit c06171bcf82db55037051eace769d3435f470f04
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Fri May 1 12:55:47 2026 +0100

    gnu: go-github-com-philhofer-fwd: Update to 1.2.0.
    
    * gnu/packages/golang-xyz.scm (go-github-com-philhofer-fwd): Update to 
1.2.0.
    
    Change-Id: If68251dbd12d56ea3c57cc9c711ed0f394cc9ec4
---
 gnu/packages/golang-xyz.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/golang-xyz.scm b/gnu/packages/golang-xyz.scm
index 1f7deb7409..f9b5443177 100644
--- a/gnu/packages/golang-xyz.scm
+++ b/gnu/packages/golang-xyz.scm
@@ -23254,16 +23254,16 @@ bits.")
 (define-public go-github-com-philhofer-fwd
   (package
     (name "go-github-com-philhofer-fwd")
-    (version "1.1.2")
+    (version "1.2.0")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
-             (url "https://github.com/philhofer/fwd";)
-             (commit (string-append "v" version))))
+              (url "https://github.com/philhofer/fwd";)
+              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "083zlvna3mz37p91r4h8r7yvjqcvsgr9l5p0zidmk3ajq6gxds1p"))))
+        (base32 "1lnxzxdcxpdh4yza7jc5sv616kcrhnlvk6c164x2wsqh8kzpcv3h"))))
     (build-system go-build-system)
     (arguments
      (list

Reply via email to