1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 10:30:43 +02:00

gnu: go-github-com-golang-jwt-jwt-v5: Update to 5.2.1.

* gnu/packages/golang-crypto.scm (go-github-com-golang-jwt-jwt-v5): Update to 5.2.1.

Change-Id: I7d7b00e2a1b1ef95b515e424728df29df7671650
This commit is contained in:
Sharlatan Hellseher 2025-02-10 15:02:20 +00:00
parent e85f1da933
commit 68d213fa0b
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -1083,7 +1083,7 @@ RSA, RSA-PSS, and ECDSA, though hooks are present for adding your own.")
(package (package
(inherit go-github-com-golang-jwt-jwt-v4) (inherit go-github-com-golang-jwt-jwt-v4)
(name "go-github-com-golang-jwt-jwt-v5") (name "go-github-com-golang-jwt-jwt-v5")
(version "5.2.0") (version "5.2.1")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -1092,7 +1092,7 @@ RSA, RSA-PSS, and ECDSA, though hooks are present for adding your own.")
(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 "0px12zhdmzqjj5zlcr136rcsilpmi4chiz6arxv49q372j4nhmia")))) (base32 "13l2p4g9f7bpz0nf2sc4r5ms06ps7bs7z1vpzzv943q094pjs0yw"))))
(arguments (arguments
(list (list
#:import-path "github.com/golang-jwt/jwt/v5")))) #:import-path "github.com/golang-jwt/jwt/v5"))))