guix_mirror_bot pushed a commit to branch go-team
in repository guix.
commit 96eb97c6fc4c83b45b3db04ac224d07b7b3f0018
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Tue May 27 19:23:57 2025 +0100
gnu: go-github-com-prometheus-procfs: Update to 0.16.1.
* gnu/packages/prometheus.scm (go-github-com-prometheus-procfs): Update to
0.16.1.
[arguments] <phases>: Use default 'check.
Change-Id: Ie5271db27f7757e7a09ee7a2a03532fd0e838de0
---
gnu/packages/prometheus.scm | 10 ++--------
1 file changed, 2 insertions(+), 8 deletions(-)
diff --git a/gnu/packages/prometheus.scm b/gnu/packages/prometheus.scm
index 3245567900..fbf60cd545 100644
--- a/gnu/packages/prometheus.scm
+++ b/gnu/packages/prometheus.scm
@@ -468,7 +468,7 @@ Protocol,ICMP} echo (ping) functionality.")
(define-public go-github-com-prometheus-procfs
(package
(name "go-github-com-prometheus-procfs")
- (version "0.16.0")
+ (version "0.16.1")
(source
(origin
(method git-fetch)
@@ -477,7 +477,7 @@ Protocol,ICMP} echo (ping) functionality.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0f692685zcssryd38bahmamd72iaiilngp92gl1s9177891f44gm"))))
+ (base32 "0k2x2kqghr34ggc888ldaj0crx6zvxclr3c3r6n3nhznjwx0p79f"))))
(build-system go-build-system)
(arguments
(list
@@ -493,12 +493,6 @@ Protocol,ICMP} echo (ping) functionality.")
(lambda* (#:key tests? import-path #:allow-other-keys)
(with-directory-excursion (string-append "src/" import-path)
(invoke "./ttar" "-C" "testdata/" "-x" "-f"
"testdata/fixtures.ttar"))))
- ;; XXX: Replace when go-build-system supports nested path.
- (replace 'check
- (lambda* (#:key import-path tests? #:allow-other-keys)
- (when tests?
- (with-directory-excursion (string-append "src/" import-path)
- (invoke "go" "test" "-v" "./...")))))
(add-after 'check 'remove-testdata
(lambda* (#:key tests? import-path #:allow-other-keys)
(with-directory-excursion (string-append "src/" import-path)