1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-17 12:30:38 +02:00

gnu: go-github-com-emicklei-go-restful: Update to 3.4.0.

* gnu/packages/golang.scm (go-github-com-emicklei-go-restful): Update to 3.4.0.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
This commit is contained in:
Jack Hill 2020-12-13 18:07:49 -05:00 committed by Efraim Flashner
parent 0435891d6f
commit 687ef47768
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1240,30 +1240,28 @@ sockets.")
(license license:expat)))) (license license:expat))))
(define-public go-github-com-emicklei-go-restful (define-public go-github-com-emicklei-go-restful
(let ((commit "89ef8af493ab468a45a42bb0d89a06fccdd2fb22") (package
(revision "0")) (name "go-github-com-emicklei-go-restful")
(package (version "3.4.0")
(name "go-github-com-emicklei-go-restful") (source
(version (git-version "0.0.0" revision commit)) (origin
(source (method git-fetch)
(origin (uri (git-reference
(method git-fetch) (url "https://github.com/emicklei/go-restful")
(uri (git-reference (commit (string-append "v" version))))
(url "https://github.com/emicklei/go-restful") (file-name (git-file-name name version))
(commit commit))) (sha256
(file-name (git-file-name name version)) (base32
(sha256 "0m1y5a6xr6hmdj77afrvyh2llkbhn1166lcrgis654shl8zs9qhz"))))
(base32 (build-system go-build-system)
"0rrlfcfq80fkxifpih6bq31vavb5mf4530xz51pp9pq1mn2fzjfh")))) (arguments
(build-system go-build-system) '(#:import-path "github.com/emicklei/go-restful"))
(arguments (home-page "https://github.com/emicklei/go-restful")
'(#:import-path "github.com/emicklei/go-restful")) (synopsis "Build REST-style web services using Go")
(home-page "https://github.com/emicklei/go-restful") (description "This package provides @code{go-restful}, which helps
(synopsis "Build REST-style web services using Go")
(description "This package provides @code{go-restful}, which helps
developers to use @code{http} methods explicitly and in a way that's consistent developers to use @code{http} methods explicitly and in a way that's consistent
with the HTTP protocol definition.") with the HTTP protocol definition.")
(license license:expat)))) (license license:expat)))
(define-public go-github-com-google-cadvisor (define-public go-github-com-google-cadvisor
(let ((commit "2ed7198f77395ee9a172878a0a7ab92ab59a2cfd") (let ((commit "2ed7198f77395ee9a172878a0a7ab92ab59a2cfd")