[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/12: gnu: weechat: Update to 2.7.
From: |
guix-commits |
Subject: |
07/12: gnu: weechat: Update to 2.7. |
Date: |
Mon, 17 Feb 2020 11:31:52 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit 70e9d7ebf76d1f2099304c65fc5c99f86f566cdf
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Mon Feb 17 05:47:27 2020 +0100
gnu: weechat: Update to 2.7.
* gnu/packages/irc.scm (weechat): Update to 2.7.
[inputs]: Use guile-2.2.
[arguments]: Explicitly disable languages for which auto-detection broke.
---
gnu/packages/irc.scm | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/irc.scm b/gnu/packages/irc.scm
index f39da03..9b20176 100644
--- a/gnu/packages/irc.scm
+++ b/gnu/packages/irc.scm
@@ -5,7 +5,7 @@
;;; Copyright © 2015, 2016, 2017, 2018, 2019 Efraim Flashner <address@hidden>
;;; Copyright © 2016 ng0 <address@hidden>
;;; Copyright © 2017 Marius Bakke <address@hidden>
-;;; Copyright © 2017, 2018, 2019 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <address@hidden>
;;; Copyright © 2020 Oleg Pykhalov <address@hidden>
;;;
;;; This file is part of GNU Guix.
@@ -170,14 +170,14 @@ SILC and ICB protocols via plugins.")
(define-public weechat
(package
(name "weechat")
- (version "2.6")
+ (version "2.7")
(source (origin
(method url-fetch)
(uri (string-append "https://weechat.org/files/src/weechat-"
version ".tar.xz"))
(sha256
(base32
- "0j2iflnfvv31q2l9r67r8aj3ipggqfm2r2dpy7pvdpxgwwq337ps"))))
+ "1rwrwfsy6k5bq3aasd95ydr68pjsh5ax38lmgz17prgcmyj45z2n"))))
(build-system cmake-build-system)
(native-inputs
`(("gettext" ,gettext-minimal)
@@ -192,14 +192,17 @@ SILC and ICB protocols via plugins.")
("gnutls" ,gnutls)
;; Scripting language plug-ins.
- ("guile" ,guile-2.0)
+ ("guile" ,guile-2.2)
("lua" ,lua-5.1)
("python" ,python)
("perl" ,perl)
("tcl" ,tcl)))
(arguments
`(#:configure-flags
- (list "-DENABLE_TESTS=ON") ; ‘make test’ fails otherwise
+ (list "-DENABLE_JAVASCRIPT=OFF"
+ "-DENABLE_PHP=OFF"
+ "-DENABLE_RUBY=OFF"
+ "-DENABLE_TESTS=ON") ; ‘make test’ fails otherwise
;; Tests hang indefinately on non-Intel platforms.
#:tests? ,(if (any (cute string-prefix? <> (or (%current-target-system)
(%current-system)))
- branch master updated (3dd311e -> 7046106), guix-commits, 2020/02/17
- 01/12: gnu: xpdf: Update home page., guix-commits, 2020/02/17
- 06/12: gnu: sxiv: Update to 26., guix-commits, 2020/02/17
- 05/12: gnu: rsnapshot: Use HTTPS home page., guix-commits, 2020/02/17
- 02/12: gnu: xpdf: Update to 4.02., guix-commits, 2020/02/17
- 03/12: gnu: git: Update to 2.25.1., guix-commits, 2020/02/17
- 08/12: gnu: liblangtag: Don't use NAME in source URI., guix-commits, 2020/02/17
- 07/12: gnu: weechat: Update to 2.7.,
guix-commits <=
- 12/12: gnu: upx: Clean up., guix-commits, 2020/02/17
- 04/12: gnu: slib: Use HTTPS home page., guix-commits, 2020/02/17
- 10/12: gnu: haveged: Update to 1.9.8., guix-commits, 2020/02/17
- 09/12: gnu: liblangtag: Update to 0.6.3., guix-commits, 2020/02/17
- 11/12: gnu: ebtables: Update to 2.0.11., guix-commits, 2020/02/17