summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSharlatan Hellseher <sharlatanus@gmail.com>2025-02-10 15:02:20 +0000
committerSharlatan Hellseher <sharlatanus@gmail.com>2025-02-10 15:02:20 +0000
commit68d213fa0b7e70f6b0a212909eedfe3f362a23a6 (patch)
tree662fe88c410155b48f9a198012be906568a46a5e
parente85f1da933df90677a505e5b54b3dc8773b13d66 (diff)
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
-rw-r--r--gnu/packages/golang-crypto.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/golang-crypto.scm b/gnu/packages/golang-crypto.scm
index 70e40ee400..32a7002db5 100644
--- a/gnu/packages/golang-crypto.scm
+++ b/gnu/packages/golang-crypto.scm
@@ -1083,7 +1083,7 @@ RSA, RSA-PSS, and ECDSA, though hooks are present for adding your own.")
(package
(inherit go-github-com-golang-jwt-jwt-v4)
(name "go-github-com-golang-jwt-jwt-v5")
- (version "5.2.0")
+ (version "5.2.1")
(source
(origin
(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))))
(file-name (git-file-name name version))
(sha256
- (base32 "0px12zhdmzqjj5zlcr136rcsilpmi4chiz6arxv49q372j4nhmia"))))
+ (base32 "13l2p4g9f7bpz0nf2sc4r5ms06ps7bs7z1vpzzv943q094pjs0yw"))))
(arguments
(list
#:import-path "github.com/golang-jwt/jwt/v5"))))