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

commit 014580a1527c011d9e76391bce3dfd73311cfd0d
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Sun Sep 22 20:56:26 2024 +0100

    gnu: go-github-com-sevlyar-go-daemon: Update to 0.1.6.
    
    * gnu/packages/golang.scm (go-github-com-sevlyar-go-daemon): Update to 
0.1.6.
    
    Change-Id: Iebeb04087caf7d746901a0ad4b4efeb83ca7af3c
---
 gnu/packages/golang.scm | 10 ++--------
 1 file changed, 2 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index a51a373341..64bf02eb60 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -2225,7 +2225,7 @@ incorporates ideas and concepts from Philipp Winter's 
ScrambleSuit protocol.")
 (define-public go-github-com-sevlyar-go-daemon
   (package
     (name "go-github-com-sevlyar-go-daemon")
-    (version "0.1.5")
+    (version "0.1.6")
     (source
      (origin
        (method git-fetch)
@@ -2234,14 +2234,8 @@ incorporates ideas and concepts from Philipp Winter's 
ScrambleSuit protocol.")
          (url "https://github.com/sevlyar/go-daemon";)
          (commit (string-append "v" version))))
        (file-name (git-file-name name version))
-       (modules '((guix build utils)))
-       (snippet
-        ;; XXX: Remove when updating
-        '(begin
-           (substitute* "compilation_test.go"
-             ((".*\"darwin/386\".*") ""))))
        (sha256
-        (base32 "1y3gnxaifykcjcbzx91lz9bc93b95w3xj4rjxjbii26pm3j7gqyk"))))
+        (base32 "1x2sn871g10jihga6jvng7ys1988dgj24wlkxzdzca6mvzysj80b"))))
     (build-system go-build-system)
     (arguments
      `(#:import-path "github.com/sevlyar/go-daemon"))

Reply via email to