From d80b6134a4a312fe7a2ce2d76a569bcaeb1d7647 Mon Sep 17 00:00:00 2001 From: Daniel Ziltener Date: Wed, 9 Apr 2025 02:14:59 +0200 Subject: [PATCH] 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 --- gnu/packages/golang-web.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/golang-web.scm b/gnu/packages/golang-web.scm index a42f324e2a..892bd25fd6 100644 --- a/gnu/packages/golang-web.scm +++ b/gnu/packages/golang-web.scm @@ -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