~ruther/guix-local

f0574ccfc1a5e1f5111744e5e83f803bddc66687 — Sharlatan Hellseher 5 months ago 3b9c461
gnu: go-github-com-nats-io-jwt-v2: Update to 2.8.0.

* gnu/packages/golang-crypto.scm (go-github-com-nats-io-jwt-v2): Update to 2.8.0.

Change-Id: I304baf39df4b326a640c424a2cfd7bb20f0fc4fc
1 files changed, 5 insertions(+), 4 deletions(-)

M gnu/packages/golang-crypto.scm
M gnu/packages/golang-crypto.scm => gnu/packages/golang-crypto.scm +5 -4
@@ 1879,7 1879,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.4")
    (version "2.8.0")
    (source
     (origin
       (method git-fetch)


@@ 1888,13 1888,14 @@ times faster decoding.")
             (commit (string-append "v" version))))
       (file-name (git-file-name name version))
       (sha256
        (base32 "0gjfayslmvs5kpgrb7sscaafi5fsm2j6446vbjm830ak0nhq8df9"))))
        (base32 "16fxmml1cw2y3cr87ry61k2q8421hab77cx6gpqz1qfy6sdh0vvz"))))
    (build-system go-build-system)
    (arguments
     (list
      #:go go-1.23
      #:import-path "github.com/nats-io/jwt/v2"
      #:unpack-path "github.com/nats-io/jwt"))
      #:unpack-path "github.com/nats-io/jwt"
      #:test-flags
      #~(list "-vet=off")))  ;Go@1.24 forces vet, but tests are not ready yet.
    (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")