[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"))
- 07/172: gnu: go-github-com-jaytaylor-html2text: Enable tests., (continued)
- 07/172: gnu: go-github-com-jaytaylor-html2text: Enable tests., guix-commits, 2024/11/09
- 12/172: gnu: Add go-github-com-deckarep-golang-set-v2., guix-commits, 2024/11/09
- 15/172: gnu: go-github-com-aws-aws-sdk-go-v2: Update to 1.30.5., guix-commits, 2024/11/09
- 138/172: gnu: go-github.com-smartystreets-goconvey: Rename variable., guix-commits, 2024/11/09
- 22/172: import/go: Add diagnostics., guix-commits, 2024/11/09
- 149/172: gnu: Add go-github-com-cretz-bine., guix-commits, 2024/11/09
- 140/172: gnu: Add go-github-com-smarty-gunit., guix-commits, 2024/11/09
- 136/172: gnu: Add go-github-com-xtaci-lossyconn., guix-commits, 2024/11/09
- 153/172: gnu: go-github-com-operatorfoundation-shapeshifter-transports: Fix build., guix-commits, 2024/11/09
- 135/172: gnu: Add go-github-com-xtaci-smux., guix-commits, 2024/11/09
- 144/172: gnu: go-github-com-sevlyar-go-daemon: Update to 0.1.6.,
guix-commits <=