guix-commits
[Top][All Lists]
Advanced

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

20/27: gnu: go-github-com-prometheus-client-model-go: Update to 0.0.2-1.


From: guix-commits
Subject: 20/27: gnu: go-github-com-prometheus-client-model-go: Update to 0.0.2-1.fd36f42.
Date: Mon, 29 Jul 2019 14:57:21 -0400 (EDT)

lfam pushed a commit to branch master
in repository guix.

commit 371b70429919850d8eed0151be82e84673f806a4
Author: Leo Famulari <address@hidden>
Date:   Wed Jul 24 12:06:51 2019 -0400

    gnu: go-github-com-prometheus-client-model-go: Update to 0.0.2-1.fd36f42.
    
    * gnu/packages/syncthing.scm (go-github-com-prometheus-client-model-go):
    Update to 0.0.2-1.fd36f42.
---
 gnu/packages/syncthing.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm
index c34de3e..a18121c 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -868,8 +868,8 @@ data serialization format.")
       (license bsd-3))))
 
 (define-public go-github-com-prometheus-client-model-go
-  (let ((commit "99fa1f4be8e564e8a6b613da7fa6f46c9edafc6c")
-        (revision "0"))
+  (let ((commit "fd36f4220a901265f90734c3183c5f0c91daa0b8")
+        (revision "1"))
     (package
       (name "go-github-com-prometheus-client-model-go")
       (version (git-version "0.0.2" revision commit))
@@ -881,7 +881,7 @@ data serialization format.")
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "19y4ywsivhpxj7ikf2j0gm9k3cmyw37qcbfi78n526jxcc7kw998"))))
+                  "1bs5d72k361llflgl94c22n0w53j30rsfh84smgk8mbjbcmjsaa5"))))
       (build-system go-build-system)
       (arguments
        '(#:import-path "github.com/prometheus/client_model/go"



reply via email to

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