mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ web browsing activities based on HTTP Upgrade (HTTPT).")
|
||||||
(define-public go-github-com-sevlyar-go-daemon
|
(define-public go-github-com-sevlyar-go-daemon
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-sevlyar-go-daemon")
|
(name "go-github-com-sevlyar-go-daemon")
|
||||||
(version "0.1.5")
|
(version "0.1.6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -2261,14 +2261,8 @@ web browsing activities based on HTTP Upgrade (HTTPT).")
|
||||||
(url "https://github.com/sevlyar/go-daemon")
|
(url "https://github.com/sevlyar/go-daemon")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name 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
|
(sha256
|
||||||
(base32 "1y3gnxaifykcjcbzx91lz9bc93b95w3xj4rjxjbii26pm3j7gqyk"))))
|
(base32 "1x2sn871g10jihga6jvng7ys1988dgj24wlkxzdzca6mvzysj80b"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:import-path "github.com/sevlyar/go-daemon"))
|
`(#:import-path "github.com/sevlyar/go-daemon"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue