mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
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:
parent
c2e122c3d6
commit
7ff9ab32be
1 changed files with 2 additions and 8 deletions
|
@ -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"))
|
||||
|
|
Loading…
Reference in a new issue