diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-02-25 22:41:54 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-05-26 16:50:22 +0100 |
| commit | fccb818f8a5c288c92b77505eaee6aa93ce952f2 (patch) | |
| tree | 5c241654b1ecb8b4fb41bf40933dc286703db394 | |
| parent | 6bdfd6bf0ac098e79c0b4a87a3de6e04d8493b7c (diff) | |
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
| -rw-r--r-- | gnu/packages/golang-crypto.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/golang-crypto.scm b/gnu/packages/golang-crypto.scm index 564f5f6b592..82fd86e1261 100644 --- a/gnu/packages/golang-crypto.scm +++ b/gnu/packages/golang-crypto.scm @@ -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" |
