diff options
author | Arun Isaac | 2025-08-19 14:01:23 +0100 |
---|---|---|
committer | Arun Isaac | 2025-08-19 14:01:23 +0100 |
commit | 1dc6ca87acd2a663f0abaa079b41a79f099ff570 (patch) | |
tree | 9e8601b6295a390cb4849cf44e6ecd5625ce973b /guix/forge | |
parent | f7724a8ee98d0d3ccab2dc67bd9cd3433da628c0 (diff) | |
download | guix-forge-1dc6ca87acd2a663f0abaa079b41a79f099ff570.tar.gz guix-forge-1dc6ca87acd2a663f0abaa079b41a79f099ff570.tar.lz guix-forge-1dc6ca87acd2a663f0abaa079b41a79f099ff570.zip |
webhook: Update to 2.8.2.
Diffstat (limited to 'guix/forge')
-rw-r--r-- | guix/forge/webhook.scm | 4 |
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" |