gnu: go-github-com-nats-io-jwt-v2: Update to 2.7.3.

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

Change-Id: Ie2b0317921e376723a56449483c9025e6559c84c
This commit is contained in:
Sharlatan Hellseher 2025-02-25 22:41:54 +00:00
parent 6bdfd6bf0a
commit fccb818f8a
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -1831,7 +1831,7 @@ times faster decoding.")
(define-public go-github-com-nats-io-jwt-v2
(package
(name "go-github-com-nats-io-jwt-v2")
(version "2.5.3")
(version "2.7.3")
(source
(origin
(method git-fetch)
@ -1840,7 +1840,7 @@ times faster decoding.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "0wcqbfyd3b4qdspmf72cpsbi0y2a4b1qd0cv3qvhh17d1h1a6zib"))))
(base32 "09gfzhahm6wfnkaqm5yam8vd9y50rnyjxcl6mw3a9y4far1vpmvb"))))
(build-system go-build-system)
(arguments
(list #:import-path "github.com/nats-io/jwt/v2"