mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-13 18:40:57 +02:00
gnu: go-github-com-sherclockholmes-webpush-go: Update to 1.4.0.
* gnu/packages/golang-web.scm (go-github-com-sherclockholmes-webpush-go): Update to 1.4.0. [propagated-inputs]: Remove go-github-com-golang-jwt-jwt; add go-github-com-golang-jwt-jwt-v5. Change-Id: I90cee2e34ce5cd245f100c30a41fa6349c8565bd Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
This commit is contained in:
parent
b257f4132d
commit
d80b6134a4
1 changed files with 3 additions and 3 deletions
|
@ -8226,7 +8226,7 @@ information or even the peer of a VETH interface.")
|
|||
(define-public go-github-com-sherclockholmes-webpush-go
|
||||
(package
|
||||
(name "go-github-com-sherclockholmes-webpush-go")
|
||||
(version "1.3.0")
|
||||
(version "1.4.0")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -8235,13 +8235,13 @@ information or even the peer of a VETH interface.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0qv16zvkd1c7q81v2ai8pfz590fxdrk4lfbgyymln0q7jn5wlvki"))))
|
||||
(base32 "0dzc2nlxd1lfwr97cqmr4fc792zbsb6yssr7yqxxamqck1y8gnqm"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:import-path "github.com/SherClockHolmes/webpush-go"))
|
||||
(propagated-inputs
|
||||
(list go-github-com-golang-jwt-jwt go-golang-org-x-crypto))
|
||||
(list go-github-com-golang-jwt-jwt-v5 go-golang-org-x-crypto))
|
||||
(home-page "https://github.com/SherClockHolmes/webpush-go")
|
||||
(synopsis "Web Push API Encryption with VAPID support")
|
||||
(description
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue