diff options
| author | Ashish SHUKLA <ashish.is@lostca.se> | 2026-06-07 16:42:26 +0200 |
|---|---|---|
| committer | Nguyễn Gia Phong <cnx@loang.net> | 2026-06-11 13:58:56 +0900 |
| commit | 60d36690a2c622b0cdad992e3a2af7f7fa7e052d (patch) | |
| tree | d46964f085ed753daf2134af8a9d1d70f049f956 /gnu/packages/irc.scm | |
| parent | 2254caeadfe355db7491ca96e8bb3c9da09884b3 (diff) | |
gnu: weechat: Update to 4.9.2.
* gnu/packages/irc.scm (weechat): Update to 4.9.2.
Change-Id: Ie8161f634b04ff8ff28641e7fa156ca6fba3a67b
Merges: https://codeberg.org/guix/guix/pulls/9132
Reviewed-by: Sughosha <sughosha@disroot.org>
Signed-off-by: Nguyễn Gia Phong <cnx@loang.net>
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 9bdd4d4095f..7af795d1811 100644 --- a/gnu/packages/irc.scm +++ b/gnu/packages/irc.scm | |||
| @@ -348,7 +348,7 @@ Conferencing} and @acronym{ICB, Internet Citizen's Band}.") | |||
| 348 | (define-public weechat | 348 | (define-public weechat |
| 349 | (package | 349 | (package |
| 350 | (name "weechat") | 350 | (name "weechat") |
| 351 | (version "4.9.1") | 351 | (version "4.9.2") |
| 352 | (source (origin | 352 | (source (origin |
| 353 | (method git-fetch) | 353 | (method git-fetch) |
| 354 | (uri (git-reference | 354 | (uri (git-reference |
| @@ -357,7 +357,7 @@ Conferencing} and @acronym{ICB, Internet Citizen's Band}.") | |||
| 357 | (file-name (git-file-name name version)) | 357 | (file-name (git-file-name name version)) |
| 358 | (sha256 | 358 | (sha256 |
| 359 | (base32 | 359 | (base32 |
| 360 | "0bi0ri4bm193cjkcjfj2khsg54zq19dghr7qj1cbgf5px7iwkrmd")))) | 360 | "18143rx54qh4f1b38ar98hxq38p5jy947119irhkncm4m57i0hh2")))) |
| 361 | (build-system cmake-build-system) | 361 | (build-system cmake-build-system) |
| 362 | (outputs '("out" "doc")) | 362 | (outputs '("out" "doc")) |
| 363 | (native-inputs | 363 | (native-inputs |
