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:
Sharlatan Hellseher 2024-12-27 20:43:44 +00:00
parent 6a54c79b3e
commit fb0eefc221
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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