[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/49: gnu: pcre: Update to 8.45.
From: |
guix-commits |
Subject: |
01/49: gnu: pcre: Update to 8.45. |
Date: |
Fri, 23 Jul 2021 11:33:00 -0400 (EDT) |
mbakke pushed a commit to branch core-updates
in repository guix.
commit 81d0ac2da6a11173ac6439c4dd777a658edf0b29
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Sun Jun 20 14:33:03 2021 +0200
gnu: pcre: Update to 8.45.
* gnu/packages/pcre.scm (pcre): Update to 8.45.
[source](uri): Change to official mirror; remove defunct.
[arguments]: Remove trailing #t.
---
gnu/packages/pcre.scm | 15 +++++----------
1 file changed, 5 insertions(+), 10 deletions(-)
diff --git a/gnu/packages/pcre.scm b/gnu/packages/pcre.scm
index ab48168..486992e 100644
--- a/gnu/packages/pcre.scm
+++ b/gnu/packages/pcre.scm
@@ -35,18 +35,14 @@
(define-public pcre
(package
(name "pcre")
- (version "8.44")
+ (version "8.45")
(source (origin
(method url-fetch)
- (uri (list
- (string-append "ftp://ftp.csx.cam.ac.uk"
- "/pub/software/programming/pcre/"
- "pcre-" version ".tar.bz2")
- (string-append "mirror://sourceforge/pcre/pcre/"
- version "/pcre-" version ".tar.bz2")))
+ (uri (string-append "https://ftp.pcre.org/pub/pcre/pcre-"
+ version ".tar.bz2"))
(sha256
(base32
- "0v9nk51wh55pcbnf2jr36yarz8ayajn6d7ywiq2wagivn9c8c40r"))))
+ "1f7zichy6iimmkfrqdl575sdlm795cyc75szgg1vc2xvsbf6zbjd"))))
(build-system gnu-build-system)
(outputs '("out" ;library & headers
"bin" ;depends on Readline (adds 20MiB to the closure)
@@ -75,8 +71,7 @@
(link lib (string-append static "/"
(basename lib)))
(delete-file lib))
- (find-files source "\\.a$"))
- #t))))))
+ (find-files source "\\.a$"))))))))
(synopsis "Perl Compatible Regular Expressions")
(description
"The PCRE library is a set of functions that implement regular expression
- branch core-updates updated (3f7efaa -> 71ec85b), guix-commits, 2021/07/23
- 02/49: gnu: pcre2: Update to 10.37., guix-commits, 2021/07/23
- 01/49: gnu: pcre: Update to 8.45.,
guix-commits <=
- 04/49: gnu: gdbm: Update to 1.20., guix-commits, 2021/07/23
- 09/49: gnu: gsettings-desktop-schemas: Remove unused input., guix-commits, 2021/07/23
- 03/49: gnu: readline: Update to 8.1.1., guix-commits, 2021/07/23
- 05/49: gnu: gsl: Update to 2.7., guix-commits, 2021/07/23
- 07/49: gnu: gamin: Remove unused input., guix-commits, 2021/07/23
- 06/49: gnu: glib: Remove unused input., guix-commits, 2021/07/23
- 08/49: gnu: gnome-backgrounds: Remove unused input., guix-commits, 2021/07/23
- 12/49: gnu: Python: Remove trailing #t's., guix-commits, 2021/07/23
- 13/49: gnu: glibc: Remove obsolete patch., guix-commits, 2021/07/23
- 14/49: gnu: commencement: Decouple python-boot0 from python., guix-commits, 2021/07/23