mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-xdg-go-stringprep: Update to 1.0.4.
* gnu/packages/golang.scm (go-github-com-xdg-go-stringprep): Update to 1.0.4. Change-Id: I235c3a36e171c7288ff01a11d7d5b760595b65cc
This commit is contained in:
parent
f099ed03b6
commit
bf62617388
1 changed files with 2 additions and 2 deletions
|
@ -3888,7 +3888,7 @@ temporal directories.")
|
|||
(define-public go-github-com-xdg-go-stringprep
|
||||
(package
|
||||
(name "go-github-com-xdg-go-stringprep")
|
||||
(version "1.0.2")
|
||||
(version "1.0.4")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -3897,7 +3897,7 @@ temporal directories.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1df0l5n3c520y9filzz83j42wa5c056jcygmfwhjyf1pq8f6jkv9"))))
|
||||
(base32 "0xvaf2xiy34ra4xz75d6kylr29jv00dnyk14mh8kmq5692n8lqvb"))))
|
||||
(build-system go-build-system)
|
||||
(arguments '(#:import-path "github.com/xdg-go/stringprep"))
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue