GNU bug report logs -
#64916
[PATCH 00/18] gnu: Add yq.
Previous Next
Reported by: Hilton Chain <hako <at> ultrarare.space>
Date: Fri, 28 Jul 2023 09:07:02 UTC
Severity: normal
Tags: patch
Done: Sharlatan Hellseher <sharlatanus <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
Message #101 received at 64916 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/golang.scm (go-github-com-leodido-go-urn): Update to 1.2.1.
---
gnu/packages/golang.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index da55ad859c..425afc9a6b 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -2959,7 +2959,7 @@ (define-public go-github-com-golangplus-testing
(define-public go-github-com-leodido-go-urn
(package
(name "go-github-com-leodido-go-urn")
- (version "1.2.0")
+ (version "1.2.1")
(home-page "https://github.com/leodido/go-urn")
(source
(origin
@@ -2969,7 +2969,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 "0n48gfw2gxr4lkxygbx6gcnkgrv0i5l14kl2a6633d8c9k4iyrfk"))))
(build-system go-build-system)
(arguments
'(#:import-path "github.com/leodido/go-urn"))
--
2.41.0
This bug report was last modified 1 year and 188 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.