about summary refs log tree commit diff
path: root/guix/forge
diff options
context:
space:
mode:
Diffstat (limited to 'guix/forge')
-rw-r--r--guix/forge/webhook.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/guix/forge/webhook.scm b/guix/forge/webhook.scm
index c57686f..714889d 100644
--- a/guix/forge/webhook.scm
+++ b/guix/forge/webhook.scm
@@ -51,7 +51,7 @@
 (define-public webhook
   (package
     (name "webhook")
-    (version "2.8.0")
+    (version "2.8.2")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -60,7 +60,7 @@
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "0n03xkgwpzans0cymmzb0iiks8mi2c76xxdak780dk0jbv6qgp5i"))))
+                "15cihbf49kbhgwavjsvl4qfcf3lyqa39vyqdxglmnkn603c3nk6w"))))
     (build-system go-build-system)
     (arguments
      (list #:import-path "github.com/adnanh/webhook"