gnu: go-github-com-gorilla-mux: Update to 1.8.0.
* gnu/packages/golang.scm (go-github-com-gorilla-mux): Update to 1.8.0. Signed-off-by: Christopher Baines <mail@cbaines.net>master
parent
53cd301b08
commit
836428c793
|
@ -1307,21 +1307,19 @@ values for the purpose of fuzz testing.")
|
||||||
(license license:bsd-3))))
|
(license license:bsd-3))))
|
||||||
|
|
||||||
(define-public go-github-com-gorilla-mux
|
(define-public go-github-com-gorilla-mux
|
||||||
(let ((commit "599cba5e7b6137d46ddf58fb1765f5d928e69604")
|
|
||||||
(revision "0"))
|
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-gorilla-mux")
|
(name "go-github-com-gorilla-mux")
|
||||||
(version (git-version "0.0.0" revision commit))
|
(version "1.8.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/gorilla/mux")
|
(url "https://github.com/gorilla/mux")
|
||||||
(commit commit)))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0wd6jjii1kg5s0nk3ri6gqriz6hbd6bbcn6x4jf8n7ncrb8qsxyz"))))
|
"18f0q9qxgq1yh4ji07mqhiydfcwvi56z9d775v7dc7yckj33kpdk"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:import-path "github.com/gorilla/mux"))
|
'(#:import-path "github.com/gorilla/mux"))
|
||||||
|
@ -1330,7 +1328,7 @@ values for the purpose of fuzz testing.")
|
||||||
(description
|
(description
|
||||||
"Gorilla/Mux implements a request router and dispatcher for matching
|
"Gorilla/Mux implements a request router and dispatcher for matching
|
||||||
incoming requests with their respective handler.")
|
incoming requests with their respective handler.")
|
||||||
(license license:bsd-3))))
|
(license license:bsd-3)))
|
||||||
|
|
||||||
(define-public go-github-com-jonboulle-clockwork
|
(define-public go-github-com-jonboulle-clockwork
|
||||||
(let ((commit "e3653ace2d63753697e0e5b07b9393971c0bba9d")
|
(let ((commit "e3653ace2d63753697e0e5b07b9393971c0bba9d")
|
||||||
|
|
Reference in New Issue