mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-29 12:41:09 -06:00
gnu: go-github-com-prometheus-community-pro-bing: Update to 0.5.0.
* gnu/packages/prometheus.scm (go-github-com-prometheus-community-pro-bing): Update to 0.5.0. [arguments] <test-flags>: Skip one more test. Change-Id: If733e9c288d640ef412fd6932f34f2f6e42b4f4d
This commit is contained in:
parent
6a54c79b3e
commit
fb0eefc221
1 changed files with 10 additions and 6 deletions
|
|
@ -378,7 +378,7 @@ from the default AWS credential chain.")
|
|||
(define-public go-github-com-prometheus-community-pro-bing
|
||||
(package
|
||||
(name "go-github-com-prometheus-community-pro-bing")
|
||||
(version "0.4.1")
|
||||
(version "0.5.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
|
@ -387,15 +387,19 @@ from the default AWS credential chain.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1yz4cf1qrm1jrzw2yd5p08663hynk4ihlf5mi2fn6irnzh343a7b"))))
|
||||
(base32 "19757nqz0cpq7ir2w5xgjxpblhmkpk0j7spfw4j68agavbx6hxpm"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
;; Tests requiring network setup.
|
||||
;; Tests requiring network setup, and root access.
|
||||
#:test-flags
|
||||
#~(list "-skip" (string-append "TestNewPingerValid"
|
||||
"|TestSetIPAddr"
|
||||
"|TestSetResolveTimeout"))
|
||||
#~(list "-skip"
|
||||
(string-join
|
||||
(list "TestNewPingerValid"
|
||||
"TestSetIPAddr"
|
||||
"TestSetInterfaceName"
|
||||
"TestSetResolveTimeout")
|
||||
"|"))
|
||||
#:import-path "github.com/prometheus-community/pro-bing"))
|
||||
(propagated-inputs
|
||||
(list go-github-com-google-uuid
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue