[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
08/08: gnu: weechat: Update to 3.0.
From: |
guix-commits |
Subject: |
08/08: gnu: weechat: Update to 3.0. |
Date: |
Tue, 1 Dec 2020 14:56:15 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit af1225a3663e73458bf8941d8373c68f9ad6bae2
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Dec 1 18:45:27 2020 +0100
gnu: weechat: Update to 3.0.
* gnu/packages/irc.scm (weechat): Update to 3.0.
---
gnu/packages/irc.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/irc.scm b/gnu/packages/irc.scm
index 6114461..6927424 100644
--- a/gnu/packages/irc.scm
+++ b/gnu/packages/irc.scm
@@ -186,14 +186,14 @@ SILC and ICB protocols via plugins.")
(define-public weechat
(package
(name "weechat")
- (version "2.9")
+ (version "3.0")
(source (origin
(method url-fetch)
(uri (string-append "https://weechat.org/files/src/weechat-"
version ".tar.xz"))
(sha256
(base32
- "03psmp4hxsb9sz35i4cyz6dcbs3ab73amhyx0w0hv8f3hp1hdd7a"))))
+ "1yziv4cbcy61c9mb81c5sg3rmw6nh0srzwmry4svhriv6rdd5dvc"))))
(build-system cmake-build-system)
(native-inputs
`(("gettext" ,gettext-minimal)
- branch master updated (410d555 -> af1225a), guix-commits, 2020/12/01
- 04/08: gnu: lighttpd: Update to 1.4.56., guix-commits, 2020/12/01
- 05/08: gnu: svt-av1: Update to 0.8.6., guix-commits, 2020/12/01
- 02/08: gnu: inotify-tools: Omit static library., guix-commits, 2020/12/01
- 07/08: gnu: feh: Update to 3.6., guix-commits, 2020/12/01
- 03/08: gnu: neomutt: Update to 20201127., guix-commits, 2020/12/01
- 06/08: gnu: metamath: Update to 0.193., guix-commits, 2020/12/01
- 08/08: gnu: weechat: Update to 3.0.,
guix-commits <=
- 01/08: gnu: inotify-tools: Update to 3.20.11.0., guix-commits, 2020/12/01