mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
gnu: go-github-com-leodido-go-urn: Update to 1.4.0.
* gnu/packages/golang.scm (go-github-com-leodido-go-urn): Update to 1.4.0. Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com> Change-Id: I22c392c55843d99f7ab9d69eb46d7c541e7b73f8
This commit is contained in:
parent
16bcf95282
commit
62d3b90925
1 changed files with 2 additions and 2 deletions
|
@ -2835,7 +2835,7 @@ (define-public go-github-com-daviddengcn-go-colortext
|
|||
(define-public go-github-com-leodido-go-urn
|
||||
(package
|
||||
(name "go-github-com-leodido-go-urn")
|
||||
(version "1.2.0")
|
||||
(version "1.4.0")
|
||||
(home-page "https://github.com/leodido/go-urn")
|
||||
(source
|
||||
(origin
|
||||
|
@ -2845,7 +2845,7 @@ (define-public go-github-com-leodido-go-urn
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1d4g1vkhc1180l1n7q48vl84b27c7cziywml78cyijbcdz2f8vim"))))
|
||||
(base32 "0bn9dj6y299jdh8szfim32yxj9zip38cqgv965dj23cixgr7baxb"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
'(#:import-path "github.com/leodido/go-urn"))
|
||||
|
|
Loading…
Reference in a new issue