gnu: go-github-com-jacobsa-reqtrace: Update to 0.0.0-20150505043853-245c9e0234cb.

* gnu/packages/golang.scm (go-github-com-jacobsa-reqtrace): Update to 0.0.0-20150505043853-245c9e0234cb.
[inputs]: Remove go-golang-org-x-net.
[propagated-inputs]: Add go-golang-org-x-net.

Change-Id: I7061c88bdbd89be15d16847488e408138b6aa89f
This commit is contained in:
Sharlatan Hellseher 2024-12-19 12:41:28 +00:00
parent 982613a4d8
commit ce306a9a09
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -1261,16 +1261,14 @@ networks where it would otherwise be blocked or heavily throttled.")
(license license:expat))) (license license:expat)))
(define-public go-github-com-jacobsa-reqtrace (define-public go-github-com-jacobsa-reqtrace
(let ((commit "245c9e0234cb2ad542483a336324e982f1a22934")
(revision "0"))
(package (package
(name "go-github-com-jacobsa-reqtrace") (name "go-github-com-jacobsa-reqtrace")
(version (git-version "0.0.0" revision commit)) (version "0.0.0-20150505043853-245c9e0234cb")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
(url "https://github.com/jacobsa/reqtrace") (url "https://github.com/jacobsa/reqtrace")
(commit commit))) (commit (go-version->git-ref version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
@ -1278,13 +1276,13 @@ networks where it would otherwise be blocked or heavily throttled.")
(build-system go-build-system) (build-system go-build-system)
(arguments (arguments
'(#:import-path "github.com/jacobsa/reqtrace")) '(#:import-path "github.com/jacobsa/reqtrace"))
(inputs (list (propagated-inputs
go-golang-org-x-net)) (list go-golang-org-x-net))
(home-page "https://github.com/jacobsa/reqtrace") (home-page "https://github.com/jacobsa/reqtrace")
(synopsis "Simple request tracing framework") (synopsis "Simple request tracing framework")
(description (description
"Package reqtrace contains a very simple request tracing framework.") "Package reqtrace contains a very simple request tracing framework.")
(license license:asl2.0)))) (license license:asl2.0)))
(define-public go-github-com-kataras-golog (define-public go-github-com-kataras-golog
(package (package