diff options
| author | Ashish SHUKLA <ashish.is@lostca.se> | 2026-08-02 12:17:23 +0200 |
|---|---|---|
| committer | Maxim Cournoyer <maxim@guixotic.coop> | 2026-08-03 10:41:07 +0900 |
| commit | ea677b346e0ff6c64db18513d022ea16e67943b3 (patch) | |
| tree | d82a523a7990d74806ed2d657e6ec40396818617 /gnu/packages/irc.scm | |
| parent | 027110a650f2ceb3b569bc9b5addbf0a9fcc9cde (diff) | |
gnu: weechat: Update to 4.10.0 [security fixes].
This update fixes CVE-2026-53524, CVE-2026-53525, GHSA-rfmh-3r7f-jpx5,
GHSA-q2xg-9ggx-77mr, GHSA-hx59-4hq9-6vmw, GHSA-68ff-gq39-pqjm.
* gnu/packages/irc.scm (weechat): Update to 4.10.0.
Signed-off-by: Maxim Cournoyer <maxim@guixotic.coop>
Diffstat (limited to 'gnu/packages/irc.scm')
| -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 9e7fc78b4c6..d30c6d0e2b7 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.5") | 353 | (version "4.10.0") |
| 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 | "1b5940lvg69l3iyzl4ddwvcqd265k677v5ig8300dga0lky2sx4z")))) | 362 | "0awqiyp8kn0acwpljh1a79hx9qpc8k9bjkqs0wq4hz3ap2pi77yr")))) |
| 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 |
