1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

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
This commit is contained in:
Sharlatan Hellseher
2025-06-12 14:16:29 +01:00
parent 53be0ed6db
commit 0427280368

View File

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