sharlatan pushed a commit to branch go-team
in repository guix.

commit 0dc68ffb65bfe30881998507b07f8490f22f9de7
Author: Daniel Ziltener <dzilte...@lyrion.ch>
AuthorDate: Wed Apr 9 02:14:59 2025 +0200

    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 <sharlata...@gmail.com>
---
 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

Reply via email to