mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ consistent with the HTTP protocol definition.")
|
||||||
(define-public go-github-com-felixge-httpsnoop
|
(define-public go-github-com-felixge-httpsnoop
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-felixge-httpsnoop")
|
(name "go-github-com-felixge-httpsnoop")
|
||||||
(version "1.0.1")
|
(version "1.0.4")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -597,7 +597,7 @@ consistent with the HTTP protocol definition.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0ncd8lar5zxiwjhsp315s4hsl4bhnm271h49jhyxc66r5yffgmac"))))
|
(base32 "1xrvg5ndpz4gv9mf9xl6p6gjmvvv8bbzaspcr070qxx72jhlllkk"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:import-path "github.com/felixge/httpsnoop"))
|
'(#:import-path "github.com/felixge/httpsnoop"))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue