guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

12/28: gnu: go-github-com-saracen-walker: Update to 0.1.4.


From: guix-commits
Subject: 12/28: gnu: go-github-com-saracen-walker: Update to 0.1.4.
Date: Thu, 2 Jan 2025 12:14:58 -0500 (EST)

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

commit e30d04c673ae74fddf7b44d84005d89cc6fcb44d
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Wed Jan 1 16:47:40 2025 +0000

    gnu: go-github-com-saracen-walker: Update to 0.1.4.
    
    * gnu/packages/golang.scm (go-github-com-saracen-walker): Update to 0.1.4.
    
    Change-Id: Idd162928fffdb53637fb228f2381166ee1897a9a
---
 gnu/packages/golang.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index c6a8a2adf1..2f993ce0ca 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -2219,7 +2219,7 @@ per-goroutine.")
 (define-public go-github-com-saracen-walker
   (package
     (name "go-github-com-saracen-walker")
-    (version "0.1.1")
+    (version "0.1.4")
     (source
      (origin
        (method git-fetch)
@@ -2228,7 +2228,7 @@ per-goroutine.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1rq1lrp99lx7k1ysbfznn4c1iagnxdhb4lnnklsadnnzi3gvygqz"))))
+        (base32 "17i2zrbcp0zgwfgap555pk358wpqfa8qj8pmgwhjkzwd77nyl77g"))))
     (build-system go-build-system)
     (arguments
      `(#:import-path "github.com/saracen/walker"))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]