~ruther/guix-local

68d213fa0b7e70f6b0a212909eedfe3f362a23a6 — Sharlatan Hellseher 1 year, 2 months ago e85f1da
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
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/golang-crypto.scm
M gnu/packages/golang-crypto.scm => gnu/packages/golang-crypto.scm +2 -2
@@ 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"))))