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

commit 119866f40eafb3d3a8e8aec6b7aaa54b992ef574
Author: Sharlatan Hellseher <sharlata...@gmail.com>
AuthorDate: Fri Mar 28 22:13:18 2025 +0000

    gnu: go-github-com-prometheus-common: Update to 0.63.0.
    
    * gnu/packages/prometheus.scm (go-github-com-prometheus-common): Update to 
0.63.0.
    [source] <snippet>: Remove deletion of "sigv4" which is distributed
    separately now.
    [propagated-inputs]: Remove go-github-com-go-kit-log.
    
    Change-Id: I2063b1d8b6213c57d262b7d5b803f625e8aa2ba3
---
 gnu/packages/prometheus.scm | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/prometheus.scm b/gnu/packages/prometheus.scm
index 073c460251..af9fcaa7ef 100644
--- a/gnu/packages/prometheus.scm
+++ b/gnu/packages/prometheus.scm
@@ -257,7 +257,7 @@ Prometheus metrics.")
 (define-public go-github-com-prometheus-common
   (package
     (name "go-github-com-prometheus-common")
-    (version "0.61.0")
+    (version "0.63.0")
     (source
      (origin
        (method git-fetch)
@@ -266,7 +266,7 @@ Prometheus metrics.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0wng61rzvh27s2rlaadvjbffwgpn74p1wjrz6insl57k1pg3cmcn"))
+        (base32 "0jf6wqx16zipp2dyjd6n4fdkp5i1hh4ranjcm5iph5rdvcry06m3"))
        (modules '((guix build utils)))
        (snippet
         #~(begin
@@ -274,9 +274,7 @@ Prometheus metrics.")
             ;; separated packages:
             ;;
             ;; - github.com/prometheus/common/assets
-            ;; - github.com/prometheus/common/sigv4
-            (for-each delete-file-recursively
-                      (list "assets" "sigv4"))))))
+            (delete-file-recursively "assets")))))
     (build-system go-build-system)
     (arguments
      (list
@@ -306,7 +304,6 @@ Prometheus metrics.")
      (list go-github-com-stretchr-testify))
     (propagated-inputs
      (list go-github-com-alecthomas-kingpin-v2
-           go-github-com-go-kit-log
            go-github-com-google-go-cmp
            go-github-com-julienschmidt-httprouter
            go-github-com-munnerz-goautoneg

Reply via email to