guix-commits
[Top][All Lists]
Advanced

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

144/172: gnu: go-github-com-sevlyar-go-daemon: Update to 0.1.6.


From: guix-commits
Subject: 144/172: gnu: go-github-com-sevlyar-go-daemon: Update to 0.1.6.
Date: Sat, 9 Nov 2024 16:45:10 -0500 (EST)

sharlatan pushed a commit to branch master
in repository guix.

commit 7ff9ab32be9164540bb97634b1c4fc31ba1dff51
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
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 d43ad2f4b6..a5e7da3652 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -2252,7 +2252,7 @@ web browsing activities based on HTTP Upgrade (HTTPT).")
 (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)
@@ -2261,14 +2261,8 @@ web browsing activities based on HTTP Upgrade (HTTPT).")
          (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

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