summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-05-27 19:23:57 +0100
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-08-11 21:42:34 +0100
commit7ea302a5d7d2b0b787573ef451e8f9d619a6b93d (patch)
treef7a5791159ef268a080c2f11bd8de0a2a836402b
parent7f92c3c7254955a6f39ca3a1cf8a30931ad62a75 (diff)
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
-rw-r--r--gnu/packages/prometheus.scm10
1 files changed, 2 insertions, 8 deletions
diff --git a/gnu/packages/prometheus.scm b/gnu/packages/prometheus.scm
index 32455679000..fbf60cd5457 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)