guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: go-github-com-client-golang-prometheus: Update to 0.9.1-0.7e


From: guix-commits
Subject: 02/02: gnu: go-github-com-client-golang-prometheus: Update to 0.9.1-0.7e9098b.
Date: Tue, 4 Dec 2018 21:38:32 -0500 (EST)

lfam pushed a commit to branch master
in repository guix.

commit f224ea365b4dfbd0af075edc0a095b35d183cf82
Author: Leo Famulari <address@hidden>
Date:   Tue Dec 4 21:04:31 2018 -0500

    gnu: go-github-com-client-golang-prometheus: Update to 0.9.1-0.7e9098b.
    
    * gnu/packages/syncthing.scm (go-github-com-client-golang-prometheus):
    Update to 0.9.1-0.7e9098b.
    [arguments]: Skip the test suite.
---
 gnu/packages/syncthing.scm | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/syncthing.scm b/gnu/packages/syncthing.scm
index 4bd95f0..619897a 100644
--- a/gnu/packages/syncthing.scm
+++ b/gnu/packages/syncthing.scm
@@ -1153,11 +1153,11 @@ server tools for Prometheus metrics.")
       (license asl2.0))))
 
 (define-public go-github-com-client-golang-prometheus
-  (let ((commit "180b8fdc22b4ea7750bcb43c925277654a1ea2f3")
+  (let ((commit "7e9098b20fb8e103a7a5691878272d7e3d703663")
         (revision "0"))
     (package
       (name "go-github-com-prometheus-client-golang-prometheus")
-      (version (git-version "0.0.0" revision commit))
+      (version (git-version "0.9.1" revision commit))
       (source (origin
                 (method git-fetch)
                 (uri (git-reference
@@ -1166,11 +1166,12 @@ server tools for Prometheus metrics.")
                 (file-name (git-file-name name version))
                 (sha256
                  (base32
-                  "1kkfx1j9ka18ydsmdi2cdy3hs39c22b39mbc4laykmj2x93lmbdp"))))
+                  "09q8hlvgyn58hn8fmmj535hrwhqc1215czwzf7fhaqpa9zamj4w1"))))
       (build-system go-build-system)
       (arguments
        '(#:import-path "github.com/prometheus/client_golang/prometheus"
-         #:unpack-path "github.com/prometheus/client_golang"))
+         #:unpack-path "github.com/prometheus/client_golang"
+         #:tests? #f)) ; 'TestHandler' test fails in this non-critical 
dependency
       (propagated-inputs
        `(("go-github-com-beorn7-perks-quantile"
           ,go-github-com-beorn7-perks-quantile)



reply via email to

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