[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/356: gnu: r-with-tests: Update patch to DESCRIPTION file.
From: |
guix-commits |
Subject: |
03/356: gnu: r-with-tests: Update patch to DESCRIPTION file. |
Date: |
Sun, 7 Nov 2021 18:10:40 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 92b85194cded53ef368a7e7b8a7b876cc46482c0
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Nov 4 09:41:14 2021 +0000
gnu: r-with-tests: Update patch to DESCRIPTION file.
* gnu/packages/statistics.scm (r-with-tests)[arguments]: Patch line breaks
and
spaces in DESCRIPTION file to ensure reproducible build.
---
gnu/packages/statistics.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/statistics.scm b/gnu/packages/statistics.scm
index eb6898e..50e014e 100644
--- a/gnu/packages/statistics.scm
+++ b/gnu/packages/statistics.scm
@@ -283,7 +283,9 @@ as.POSIXct(if (\"\" != Sys.getenv(\"SOURCE_DATE_EPOCH\")) {\
;; that is suspected to be the culprit.
(substitute* "src/library/methods/DESCRIPTION.in"
(("\\(2008\\)\n") "(2008) ")
- ((" ``Software") "``Software"))))
+ ((" ``Software") "``Software")
+ (("Data Analysis:.") "Data Analysis:\n")
+ (("Programming with R") " Programming with R"))))
(add-before 'build 'set-locales
(lambda _
(setlocale LC_ALL "C")
- branch master updated (bd41e59 -> 30b67fd), guix-commits, 2021/11/07
- 01/356: gnu: r-with-tests: Update to 4.1.2., guix-commits, 2021/11/07
- 02/356: gnu: r-with-tests: Remove trailing #T., guix-commits, 2021/11/07
- 05/356: gnu: Add r-msfeatures., guix-commits, 2021/11/07
- 03/356: gnu: r-with-tests: Update patch to DESCRIPTION file.,
guix-commits <=
- 04/356: guix: Upgrade to Bioconductor 3.14., guix-commits, 2021/11/07
- 06/356: gnu: r-biocparallel: Update to 1.28.0., guix-commits, 2021/11/07
- 08/356: gnu: r-biocversion: Update to 3.14.0., guix-commits, 2021/11/07
- 07/356: gnu: r-aneufinder: Update to 1.22.0., guix-commits, 2021/11/07
- 09/356: gnu: r-biocgenerics: Update to 0.40.0., guix-commits, 2021/11/07
- 12/356: gnu: r-decipher: Update to 2.22.0., guix-commits, 2021/11/07
- 11/356: gnu: r-cummerbund: Update to 2.36.0., guix-commits, 2021/11/07
- 14/356: gnu: r-delayedarray: Update to 0.20.0., guix-commits, 2021/11/07
- 18/356: gnu: r-affy: Update to 1.72.0., guix-commits, 2021/11/07
- 19/356: gnu: r-affycomp: Update to 1.70.0., guix-commits, 2021/11/07