[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
232/401: gnu: go-github-com-jacobsa-reqtrace: Update to 0.0.0-2015050504
From: |
guix-commits |
Subject: |
232/401: gnu: go-github-com-jacobsa-reqtrace: Update to 0.0.0-20150505043853-245c9e0234cb. |
Date: |
Thu, 26 Dec 2024 19:31:03 -0500 (EST) |
sharlatan pushed a commit to branch go-team
in repository guix.
commit 57c9a2241b9b40e8be2c523168191dca212e0e86
Author: Sharlatan Hellseher <sharlatanus@gmail.com>
AuthorDate: Thu Dec 19 12:41:28 2024 +0000
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
---
gnu/packages/golang.scm | 12 +++++-------
1 file changed, 5 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 4cb302a562..a8fc659398 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -1261,16 +1261,14 @@ networks where it would otherwise be blocked or heavily
throttled.")
(license license:expat)))
(define-public go-github-com-jacobsa-reqtrace
- (let ((commit "245c9e0234cb2ad542483a336324e982f1a22934")
- (revision "0"))
(package
(name "go-github-com-jacobsa-reqtrace")
- (version (git-version "0.0.0" revision commit))
+ (version "0.0.0-20150505043853-245c9e0234cb")
(source (origin
(method git-fetch)
(uri (git-reference
(url "https://github.com/jacobsa/reqtrace")
- (commit commit)))
+ (commit (go-version->git-ref version))))
(file-name (git-file-name name version))
(sha256
(base32
@@ -1278,13 +1276,13 @@ networks where it would otherwise be blocked or heavily
throttled.")
(build-system go-build-system)
(arguments
'(#:import-path "github.com/jacobsa/reqtrace"))
- (inputs (list
- go-golang-org-x-net))
+ (propagated-inputs
+ (list go-golang-org-x-net))
(home-page "https://github.com/jacobsa/reqtrace")
(synopsis "Simple request tracing framework")
(description
"Package reqtrace contains a very simple request tracing framework.")
- (license license:asl2.0))))
+ (license license:asl2.0)))
(define-public go-github-com-kataras-golog
(package
- 132/401: gnu: go-go-uber-org-zap: Update to 1.27.0., (continued)
- 132/401: gnu: go-go-uber-org-zap: Update to 1.27.0., guix-commits, 2024/12/26
- 159/401: gnu: Add go-github-com-ipfs-go-ds-flatfs., guix-commits, 2024/12/26
- 157/401: gnu: go-github-com-hashicorp-hcl: Fix build., guix-commits, 2024/12/26
- 174/401: gnu: Add go-gitlab-com-yawning-utls-git., guix-commits, 2024/12/26
- 171/401: gnu: Add go-gitlab-com-yawning-bsaes-git., guix-commits, 2024/12/26
- 203/401: gnu: Add go-github-com-getkin-kin-openapi., guix-commits, 2024/12/26
- 199/401: gnu: go-github-com-mailru-easyjson: Update to 0.9.0., guix-commits, 2024/12/26
- 185/401: gnu: go-github-com-twpayne-go-xdg-v3: Fix bulid., guix-commits, 2024/12/26
- 188/401: gnu: go-go-mongodb-org-mongo-driver: Simplify package., guix-commits, 2024/12/26
- 225/401: gnu: go-github-com-jcmturner-rpc: Fix import path., guix-commits, 2024/12/26
- 232/401: gnu: go-github-com-jacobsa-reqtrace: Update to 0.0.0-20150505043853-245c9e0234cb.,
guix-commits <=
- 233/401: gnu: go-github-com-jacobsa-reqtrace: Move to golang-check., guix-commits, 2024/12/26
- 246/401: gnu: Add go-github-com-jacobsa-syncutil., guix-commits, 2024/12/26
- 247/401: gnu: go-golang-org-x-net: Update to 0.33.0., guix-commits, 2024/12/26
- 243/401: gnu: Add go-github-com-maxatome-go-testdeep., guix-commits, 2024/12/26
- 01/401: gnu: Remove go-github-com-calmh-xdr., guix-commits, 2024/12/26
- 02/401: gnu: Remove go-github-com-dustin-gojson., guix-commits, 2024/12/26
- 03/401: gnu: go-github-com-russross-blackfriday: Move to golang-xyz., guix-commits, 2024/12/26
- 14/401: gnu: go-github-com-spf13-cast: Move to golang-xyz., guix-commits, 2024/12/26
- 22/401: gnu: go-github-com-twpayne-go-vfs: Move to golang-xyz., guix-commits, 2024/12/26
- 26/401: gnu: go-github-com-bmatcuk-doublestar-v4: Update to 4.7.1., guix-commits, 2024/12/26