1
Fork 0
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:
Daniel Ziltener 2025-04-09 02:14:59 +02:00 committed by Sharlatan Hellseher
parent b257f4132d
commit d80b6134a4
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -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