mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-ipfs-go-metrics-interface: Update to 0.3.0.
* gnu/packages/ipfs.scm (go-github-com-ipfs-go-metrics-interface): Update to 0.3.0. Change-Id: I8013bf585f5465bc7af4d1702106c0048af08e61
This commit is contained in:
parent
4f874b373f
commit
09b2d45b9a
1 changed files with 2 additions and 2 deletions
|
@ -1712,7 +1712,7 @@ their levels to be controlled individually.")
|
||||||
(define-public go-github-com-ipfs-go-metrics-interface
|
(define-public go-github-com-ipfs-go-metrics-interface
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-ipfs-go-metrics-interface")
|
(name "go-github-com-ipfs-go-metrics-interface")
|
||||||
(version "0.0.1")
|
(version "0.3.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1721,7 +1721,7 @@ their levels to be controlled individually.")
|
||||||
(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 "09xc71175sfnqlizkbw066jagnbag9ihvs240z6g6dm2yx3w5xgy"))))
|
(base32 "0d7jh9aclmxq4z5hynn4lc0ab8c8rip92xkc224vjw2y7kg6jyvg"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue