guix_mirror_bot pushed a commit to branch go-team
in repository guix.

commit 54fe142d5bf6afb8d0204254cdf7e01130754c8e
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Mon Feb 9 22:23:26 2026 +0000

    gnu: go-github-com-prometheus-procfs: Update to 0.19.2.
    
    * gnu/packages/prometheus.scm (go-github-com-prometheus-procfs): Update to 
0.19.2.
    [native-inputs]: Add go-github-com-google-go-cmp.
    [propagated-inputs]: Remove go-github-com-google-go-cmp.
    
    Change-Id: I6d97784f8a83fbd90936d188bcafabd24fecbd23
---
 gnu/packages/prometheus.scm | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/prometheus.scm b/gnu/packages/prometheus.scm
index 6b03db12b3..343cefa1cb 100644
--- a/gnu/packages/prometheus.scm
+++ b/gnu/packages/prometheus.scm
@@ -622,16 +622,16 @@ an internal library for both Prometheus and Open 
Telemetry,")
 (define-public go-github-com-prometheus-procfs
   (package
     (name "go-github-com-prometheus-procfs")
-    (version "0.16.1")
+    (version "0.19.2")
     (source
      (origin
        (method git-fetch)
        (uri (git-reference
-             (url "https://github.com/prometheus/procfs";)
-             (commit (string-append "v" version))))
+              (url "https://github.com/prometheus/procfs";)
+              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0k2x2kqghr34ggc888ldaj0crx6zvxclr3c3r6n3nhznjwx0p79f"))))
+        (base32 "1szpgj5w4bbrrjy7whpmaz0l05zkrzscg6nwkph8fajfq78aalvg"))))
     (build-system go-build-system)
     (arguments
      (list
@@ -651,9 +651,10 @@ an internal library for both Prometheus and Open 
Telemetry,")
             (lambda* (#:key tests? import-path #:allow-other-keys)
               (with-directory-excursion (string-append "src/" import-path)
                 (delete-file-recursively "testdata")))))))
+    (native-inputs
+     (list go-github-com-google-go-cmp))
     (propagated-inputs
-     (list go-github-com-google-go-cmp
-           go-golang-org-x-sync
+     (list go-golang-org-x-sync
            go-golang-org-x-sys))
     (synopsis "Go library for reading @file{/proc}")
     (home-page "https://github.com/prometheus/procfs";)

Reply via email to