[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/36: gnu: links: Update to 2.25.
From: |
guix-commits |
Subject: |
05/36: gnu: links: Update to 2.25. |
Date: |
Mon, 4 Oct 2021 07:43:57 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 2cab2eb675affded060bbe24e7fcbb4eee5db166
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Oct 3 22:39:10 2021 +0200
gnu: links: Update to 2.25.
* gnu/packages/web-browsers.scm (links): Update to 2.25.
[arguments]: Don't explicitly return #t from phases.
---
gnu/packages/web-browsers.scm | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm
index 596d9f7..8cd75e7 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -151,21 +151,21 @@ management, extensions such as advertisement blocker and
colorful tabs.")
(define-public links
(package
(name "links")
- (version "2.23")
+ (version "2.25")
(source (origin
(method url-fetch)
(uri (string-append "http://links.twibright.com/download/"
"links-" version ".tar.bz2"))
(sha256
(base32
- "0idcwryfbf6ds5x2fx1k21m459qz5mrz3hw4a6ziiz91yl1d4q36"))))
+ "0b6x97xi8i4pag2scba02c0h95cm3sia58q99zppk0lfd448bmrd"))))
(build-system gnu-build-system)
(arguments
`(#:phases
(modify-phases %standard-phases
(replace 'configure
(lambda* (#:key outputs #:allow-other-keys)
- ;; The tarball uses a very old version of autconf. It doesn't
+ ;; The tarball uses a very old version of autoconf. It doesn't
;; understand extra flags like `--enable-fast-install', so
;; we need to invoke it with just what it understands.
(let ((out (assoc-ref outputs "out")))
@@ -176,8 +176,7 @@ management, extensions such as advertisement blocker and
colorful tabs.")
(setenv "CONFIG_SHELL" (which "bash"))
(invoke "./configure"
(string-append "--prefix=" out)
- "--enable-graphics")
- #t))))))
+ "--enable-graphics")))))))
(native-inputs `(("linux-libre-headers" ,linux-libre-headers)
("pkg-config" ,pkg-config)))
(inputs `(("gpm" ,gpm)
- 08/36: gnu: nginx-documentation: Update to 1.21.3-2769-16f6fa718be2., (continued)
- 08/36: gnu: nginx-documentation: Update to 1.21.3-2769-16f6fa718be2., guix-commits, 2021/10/04
- 09/36: gnu: knot: Unambiguously enable XDP., guix-commits, 2021/10/04
- 02/36: gnu: stunnel: Update to 5.60., guix-commits, 2021/10/04
- 06/36: gnu: httpd: Update to 2.4.49., guix-commits, 2021/10/04
- 10/36: services: knot: Remove obsolete DISABLE-ANY? zone option., guix-commits, 2021/10/04
- 24/36: gnu: cifs-utils: Use @acronym{} in description., guix-commits, 2021/10/04
- 20/36: gnu: cifs-utils: Update to 6.14., guix-commits, 2021/10/04
- 25/36: gnu: pv: Update to 1.6.20., guix-commits, 2021/10/04
- 18/36: gnu: openssh: Remove empty /var/empty., guix-commits, 2021/10/04
- 33/36: gnu: gpsd: Update to 3.23.1., guix-commits, 2021/10/04
- 05/36: gnu: links: Update to 2.25.,
guix-commits <=
- 03/36: gnu: stunnel: Don't install installation instructions., guix-commits, 2021/10/04
- 14/36: gnu: wireguard-tools: Update to 1.0.20210914., guix-commits, 2021/10/04
- 11/36: gnu: criu: Update to 3.16., guix-commits, 2021/10/04
- 07/36: gnu: nginx: Update to 1.21.3., guix-commits, 2021/10/04
- 15/36: gnu: osinfo-db: Update to 20210903., guix-commits, 2021/10/04
- 04/36: gnu: slop: Update to 7.6., guix-commits, 2021/10/04
- 22/36: gnu: libcacard: Update to 2.8.1., guix-commits, 2021/10/04
- 23/36: gnu: pv: Slightly expand description., guix-commits, 2021/10/04
- 28/36: gnu: notmuch: Update to 0.33.2., guix-commits, 2021/10/04
- 30/36: gnu: feh: Update to 3.7.2., guix-commits, 2021/10/04