diff options
author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-07-12 22:57:30 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-07-15 12:17:51 +0100 |
commit | e5be40522e59b468c6d4e68c4f049cf00357f013 (patch) | |
tree | 5868a6bed7ae0089d7b398668ba5856674e4d091 /gnu/packages/golang-web.scm | |
parent | 30bd3168f4d5d9ddbd33ebea84f5464e8d05c044 (diff) | |
download | guix-e5be40522e59b468c6d4e68c4f049cf00357f013.tar guix-e5be40522e59b468c6d4e68c4f049cf00357f013.tar.gz |
gnu: go-github-com-go-jose-go-jose-v3: Update to 3.0.3.
* gnu/packages/golang-web.scm (go-github-com-go-jose-go-jose-v3): Update to 3.0.3.
Change-Id: I556997ae78d1a9cf58520ad8d5cfbd71e57e6f48
Diffstat (limited to 'gnu/packages/golang-web.scm')
-rw-r--r-- | gnu/packages/golang-web.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm index 275a19617c..b3cc543849 100644 --- a/gnu/packages/golang-web.scm +++ b/gnu/packages/golang-web.scm @@ -786,7 +786,7 @@ decompose request handling into many smaller layers.") (define-public go-github-com-go-jose-go-jose-v3 (package (name "go-github-com-go-jose-go-jose-v3") - (version "3.0.0") + (version "3.0.3") (source (origin (method git-fetch) @@ -795,7 +795,7 @@ decompose request handling into many smaller layers.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "1fnw0p49wc9gmd2xcji2x9jf97dgg9igagd5m6bmq3nw9jjfqdc5")))) + (base32 "0kbkplhzqv9ai28r4smhdsxxwh20d96srr3am37pwwnh48ivwch8")))) (build-system go-build-system) (arguments '( #:import-path "github.com/go-jose/go-jose/v3")) |