diff options
| author | Ashish SHUKLA <ashish.is@lostca.se> | 2026-07-26 23:11:21 +0200 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-07-27 19:43:11 +0200 |
| commit | f1a03fa3029e4eeb07045d05154bc054497f6ed1 (patch) | |
| tree | 0ca9d616d2efc78abc90b3b96d4a65306c218860 /gnu | |
| parent | c84e2f03faf141ca01f9b4ec328dc94cc755c358 (diff) | |
gnu: weechat: Update to 4.9.5 [security-fixes].
This update fixes GHSA-rfmh-3r7f-jpx5, GHSA-q2xg-9ggx-77mr,
GHSA-hx59-4hq9-6vmw.
* gnu/packages/irc.scm (weechat): Update to 4.9.5.
Signed-off-by: Andreas Enge <andreas@enge.fr>
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/packages/irc.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/irc.scm b/gnu/packages/irc.scm index c1b9a907d67..9e7fc78b4c6 100644 --- a/gnu/packages/irc.scm +++ b/gnu/packages/irc.scm | |||
| @@ -350,7 +350,7 @@ Conferencing} and @acronym{ICB, Internet Citizen's Band}.") | |||
| 350 | (define-public weechat | 350 | (define-public weechat |
| 351 | (package | 351 | (package |
| 352 | (name "weechat") | 352 | (name "weechat") |
| 353 | (version "4.9.4") | 353 | (version "4.9.5") |
| 354 | (source (origin | 354 | (source (origin |
| 355 | (method git-fetch) | 355 | (method git-fetch) |
| 356 | (uri (git-reference | 356 | (uri (git-reference |
| @@ -359,7 +359,7 @@ Conferencing} and @acronym{ICB, Internet Citizen's Band}.") | |||
| 359 | (file-name (git-file-name name version)) | 359 | (file-name (git-file-name name version)) |
| 360 | (sha256 | 360 | (sha256 |
| 361 | (base32 | 361 | (base32 |
| 362 | "1bsiv99fmrcssfkdpf465ybj3ayp9fr13p7rysgxp9k813y6w28k")))) | 362 | "1b5940lvg69l3iyzl4ddwvcqd265k677v5ig8300dga0lky2sx4z")))) |
| 363 | (build-system cmake-build-system) | 363 | (build-system cmake-build-system) |
| 364 | (outputs '("out" "doc")) | 364 | (outputs '("out" "doc")) |
| 365 | (native-inputs | 365 | (native-inputs |
