diff options
author | Hilton Chain <hako@ultrarare.space> | 2023-07-29 01:19:59 +0800 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-02-16 14:17:33 +0000 |
commit | 62d3b9092536ab7f7717394880e99565eda19482 (patch) | |
tree | 104fbfff9c342400be34c53766dd3dab5f4a777d | |
parent | 16bcf952826918612e5de990db29eca45d4515dc (diff) | |
download | guix-62d3b9092536ab7f7717394880e99565eda19482.tar.gz |
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
-rw-r--r-- | gnu/packages/golang.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index b560a8867c..4b1a7b0372 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -2835,7 +2835,7 @@ Under Windows, the console APIs are used. Otherwise, ANSI texts are output.") (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 @@ Under Windows, the console APIs are used. Otherwise, ANSI texts are output.") (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")) |