guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

10/35: gnu: go-github-com-prometheus-procfs: Update to 0.0.4.


From: guix-commits
Subject: 10/35: gnu: go-github-com-prometheus-procfs: Update to 0.0.4.
Date: Thu, 13 Feb 2020 19:55:33 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit 75f36ad6d2f941b45f9d53f9899b1514be5235fa
Author: Leo Famulari <address@hidden>
AuthorDate: Wed Oct 16 15:16:25 2019 -0400

    gnu: go-github-com-prometheus-procfs: Update to 0.0.4.
    
    * gnu/packages/syncthing.scm (go-github-com-prometheus-procfs): Update
    to 0.0.4.
---
 gnu/packages/syncthing.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm
index 22c6238..aaf5787 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -894,7 +894,7 @@ Prometheus metrics.")
 (define-public go-github-com-prometheus-procfs
     (package
       (name "go-github-com-prometheus-procfs")
-      (version "0.0.3")
+      (version "0.0.4")
       (source (origin
                 (method git-fetch)
                 (uri (git-reference
@@ -903,7 +903,7 @@ Prometheus metrics.")
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "18c4m795fwng8f8qa395f3crvamlbk5y5afk8b5rzyisnmjq774y"))))
+                  "1z5jq5rjala0a0di4nwk1rai0z9f73qwqj6mgcbpjbg2qknlb544"))))
       (build-system go-build-system)
       (arguments
        '(#:import-path "github.com/prometheus/procfs"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]