guix_mirror_bot pushed a commit to branch go-team in repository guix. commit 5d9575071bb9602263671586280502427512d212 Author: Sharlatan Hellseher <sharlata...@gmail.com> 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 ec70d45817..7472da9d06 100644 --- a/gnu/packages/prometheus.scm +++ b/gnu/packages/prometheus.scm @@ -436,7 +436,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) @@ -445,7 +445,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 @@ -461,12 +461,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)