mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-dustin-go-humanize: Update to 1.0.1.
* gnu/packages/golang.scm (go-github-com-dustin-go-humanize): Update to 1.0.1. Change-Id: Iaeb4c79c802794feb03e307c08fa56686294942a
This commit is contained in:
parent
0a2817cb05
commit
37ef7683de
1 changed files with 2 additions and 2 deletions
|
@ -6908,7 +6908,7 @@ the External Data Representation (XDR) standard protocol as specified in RFC
|
|||
(define-public go-github-com-dustin-go-humanize
|
||||
(package
|
||||
(name "go-github-com-dustin-go-humanize")
|
||||
(version "1.0.0")
|
||||
(version "1.0.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -6918,7 +6918,7 @@ the External Data Representation (XDR) standard protocol as specified in RFC
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1kqf1kavdyvjk7f8kx62pnm7fbypn9z1vbf8v2qdh3y7z7a0cbl3"))))
|
||||
"1iyhd90pnmxh64nhsh6k02c1b1glpmhh4whga9jgb9g0i5hz3sya"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
'(#:import-path "github.com/dustin/go-humanize"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue