[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/14: gnu: hdf5: Fix invalid regex range.
From: |
guix-commits |
Subject: |
04/14: gnu: hdf5: Fix invalid regex range. |
Date: |
Tue, 18 May 2021 16:25:49 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit b52f635e411d37b9d0c5f5b26467ca47ebcdfcfe
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Mon May 17 17:59:09 2021 +0200
gnu: hdf5: Fix invalid regex range.
* gnu/packages/maths.scm (hdf5-1.8)[arguments]: Use [a-zA-Z] instead of
[a-Z]
as range in regular expression.
---
gnu/packages/maths.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index 33de445..6b3f5cf 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -1170,7 +1170,7 @@ incompatible with HDF5.")
;; libhdf5.so. We truncate the hashes to avoid
;; unnecessary store references to those compilers:
(substitute* "src/libhdf5.settings"
- (("(/gnu/store/)([a-Z0-9]*)" all prefix hash)
+ (("(/gnu/store/)([a-zA-Z0-9]*)" all prefix hash)
(string-append prefix (string-take hash 10) "..."))
;; Don't record the build-time kernel version to make the
;; settings file reproducible.
- branch master updated (3e68e83 -> b58efbc), guix-commits, 2021/05/18
- 01/14: gnu: qhull: Update to 2020.2., guix-commits, 2021/05/18
- 02/14: gnu: PackCC: Update to 1.5.0., guix-commits, 2021/05/18
- 04/14: gnu: hdf5: Fix invalid regex range.,
guix-commits <=
- 03/14: gnu: universal-ctags: Update to 5.9.20210509.0., guix-commits, 2021/05/18
- 05/14: gnu: yubikey-personalization: Update to 1.20.0., guix-commits, 2021/05/18
- 07/14: gnu: ucx: Update to 1.9.0., guix-commits, 2021/05/18
- 09/14: gnu: iwd: Update to 1.14., guix-commits, 2021/05/18
- 06/14: gnu: yubikey-personalization: Fix build with GCC 10., guix-commits, 2021/05/18
- 11/14: gnu: asciidoc-py3: Update to 9.1.0., guix-commits, 2021/05/18
- 08/14: gnu: ell: Update to 0.40., guix-commits, 2021/05/18
- 10/14: gnu: asciidoc-py3: Fix source URI., guix-commits, 2021/05/18
- 13/14: gnu: kbd: Update to 2.4.0., guix-commits, 2021/05/18
- 12/14: gnu: asciidoc: Remove Python 2 variant., guix-commits, 2021/05/18