mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: go-github-com-felixge-httpsnoop: Update to 1.0.4.
* gnu/packages/golang-web.scm (go-github-com-felixge-httpsnoop): Update to 1.0.4. Change-Id: I2e80813fa7cb4b31450d8228e687192d799cb368
This commit is contained in:
parent
da1f3aff2e
commit
99463863c1
1 changed files with 2 additions and 2 deletions
|
@ -588,7 +588,7 @@ (define-public go-github-com-emicklei-go-restful
|
|||
(define-public go-github-com-felixge-httpsnoop
|
||||
(package
|
||||
(name "go-github-com-felixge-httpsnoop")
|
||||
(version "1.0.1")
|
||||
(version "1.0.4")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -597,7 +597,7 @@ (define-public go-github-com-felixge-httpsnoop
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0ncd8lar5zxiwjhsp315s4hsl4bhnm271h49jhyxc66r5yffgmac"))))
|
||||
(base32 "1xrvg5ndpz4gv9mf9xl6p6gjmvvv8bbzaspcr070qxx72jhlllkk"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
'(#:import-path "github.com/felixge/httpsnoop"))
|
||||
|
|
Loading…
Reference in a new issue