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:
Hilton Chain 2023-07-29 01:19:59 +08:00 committed by Sharlatan Hellseher
parent 16bcf95282
commit 62d3b90925
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

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