mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-05-28 12:01:49 +02:00
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
This commit is contained in:
@@ -257,7 +257,7 @@ Prometheus metrics.")
|
|||||||
(define-public go-github-com-prometheus-common
|
(define-public go-github-com-prometheus-common
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-prometheus-common")
|
(name "go-github-com-prometheus-common")
|
||||||
(version "0.61.0")
|
(version "0.63.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
@@ -266,7 +266,7 @@ Prometheus metrics.")
|
|||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0wng61rzvh27s2rlaadvjbffwgpn74p1wjrz6insl57k1pg3cmcn"))
|
(base32 "0jf6wqx16zipp2dyjd6n4fdkp5i1hh4ranjcm5iph5rdvcry06m3"))
|
||||||
(modules '((guix build utils)))
|
(modules '((guix build utils)))
|
||||||
(snippet
|
(snippet
|
||||||
#~(begin
|
#~(begin
|
||||||
@@ -274,9 +274,7 @@ Prometheus metrics.")
|
|||||||
;; separated packages:
|
;; separated packages:
|
||||||
;;
|
;;
|
||||||
;; - github.com/prometheus/common/assets
|
;; - github.com/prometheus/common/assets
|
||||||
;; - github.com/prometheus/common/sigv4
|
(delete-file-recursively "assets")))))
|
||||||
(for-each delete-file-recursively
|
|
||||||
(list "assets" "sigv4"))))))
|
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
@@ -306,7 +304,6 @@ Prometheus metrics.")
|
|||||||
(list go-github-com-stretchr-testify))
|
(list go-github-com-stretchr-testify))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list go-github-com-alecthomas-kingpin-v2
|
(list go-github-com-alecthomas-kingpin-v2
|
||||||
go-github-com-go-kit-log
|
|
||||||
go-github-com-google-go-cmp
|
go-github-com-google-go-cmp
|
||||||
go-github-com-julienschmidt-httprouter
|
go-github-com-julienschmidt-httprouter
|
||||||
go-github-com-munnerz-goautoneg
|
go-github-com-munnerz-goautoneg
|
||||||
|
|||||||
Reference in New Issue
Block a user