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
This commit is contained in:
Sharlatan Hellseher 2024-09-22 20:56:26 +01:00
parent c2e122c3d6
commit 7ff9ab32be
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -2252,7 +2252,7 @@ (define-public go-gitlab-torproject-org-tpo-anti-censorship-pluggable-transports
(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 @@ (define-public go-github-com-sevlyar-go-daemon
(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"))