guix_mirror_bot pushed a commit to branch go-team
in repository guix.
commit 31d6154793d0bdd550cfefaf7ddeb99ccfc08aba
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Jun 12 14:16:29 2025 +0100
gnu: go-github-com-nats-io-jwt-v2: Update to 2.7.4.
* gnu/packages/golang-crypto.scm (go-github-com-nats-io-jwt-v2): Update to
2.7.4.
[arguments] <go>: Use go-1.23.
Change-Id: I618959f0288cb4dd85bda36b47d126f754650c99
---
gnu/packages/golang-crypto.scm | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/gnu/packages/golang-crypto.scm b/gnu/packages/golang-crypto.scm
index 5344aeffdf..e1c79ed3c0 100644
--- a/gnu/packages/golang-crypto.scm
+++ b/gnu/packages/golang-crypto.scm
@@ -1796,7 +1796,7 @@ times faster decoding.")
(define-public go-github-com-nats-io-jwt-v2
(package
(name "go-github-com-nats-io-jwt-v2")
- (version "2.7.3")
+ (version "2.7.4")
(source
(origin
(method git-fetch)
@@ -1805,11 +1805,13 @@ times faster decoding.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "09gfzhahm6wfnkaqm5yam8vd9y50rnyjxcl6mw3a9y4far1vpmvb"))))
+ (base32 "0gjfayslmvs5kpgrb7sscaafi5fsm2j6446vbjm830ak0nhq8df9"))))
(build-system go-build-system)
(arguments
- (list #:import-path "github.com/nats-io/jwt/v2"
- #:unpack-path "github.com/nats-io/jwt"))
+ (list
+ #:go go-1.23
+ #:import-path "github.com/nats-io/jwt/v2"
+ #:unpack-path "github.com/nats-io/jwt"))
(propagated-inputs (list go-github-com-nats-io-nkeys))
(home-page "https://github.com/nats-io/jwt")
(synopsis "Go library signing JWT tokens with NKeys for the NATS
ecosystem")