mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
6bdfd6bf0a
commit
fccb818f8a
1 changed files with 2 additions and 2 deletions
|
@ -1831,7 +1831,7 @@ times faster decoding.")
|
||||||
(define-public go-github-com-nats-io-jwt-v2
|
(define-public go-github-com-nats-io-jwt-v2
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-nats-io-jwt-v2")
|
(name "go-github-com-nats-io-jwt-v2")
|
||||||
(version "2.5.3")
|
(version "2.7.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1840,7 +1840,7 @@ times faster decoding.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0wcqbfyd3b4qdspmf72cpsbi0y2a4b1qd0cv3qvhh17d1h1a6zib"))))
|
(base32 "09gfzhahm6wfnkaqm5yam8vd9y50rnyjxcl6mw3a9y4far1vpmvb"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list #:import-path "github.com/nats-io/jwt/v2"
|
(list #:import-path "github.com/nats-io/jwt/v2"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue