[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/26: import/cran: string->license: Add another case for GPLv3+.
From: |
guix-commits |
Subject: |
05/26: import/cran: string->license: Add another case for GPLv3+. |
Date: |
Fri, 2 Jun 2023 07:05:48 -0400 (EDT) |
rekado pushed a commit to branch master
in repository guix.
commit c2f0ce73a72777c182cdaf0d930bfd48a869a5cd
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Jun 2 12:52:22 2023 +0200
import/cran: string->license: Add another case for GPLv3+.
* guix/import/cran.scm (string->license): Translate "GPL (>=3)" to gpl3+.
---
guix/import/cran.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/guix/import/cran.scm b/guix/import/cran.scm
index e8bfa1b916..d21acda22b 100644
--- a/guix/import/cran.scm
+++ b/guix/import/cran.scm
@@ -113,6 +113,7 @@
((or "GPL (> 2)"
"GPL (>= 3)"
"GPL (>= 3.0)"
+ "GPL (>=3)"
"GNU General Public License (>= 3)")
(prefix 'gpl3+))
((or "GPL-2"
- 20/26: gnu: r-rsubread: Update to 2.14.2., (continued)
- 20/26: gnu: r-rsubread: Update to 2.14.2., guix-commits, 2023/06/02
- 13/26: gnu: r-biostrings: Update to 2.68.1., guix-commits, 2023/06/02
- 21/26: gnu: r-biocviews: Update to 1.68.1., guix-commits, 2023/06/02
- 24/26: gnu: r-basilisk-utils: Update to 1.12.1., guix-commits, 2023/06/02
- 14/26: gnu: r-edger: Update to 3.42.4., guix-commits, 2023/06/02
- 10/26: gnu: r-delayedarray: Update to 0.26.3., guix-commits, 2023/06/02
- 16/26: gnu: r-scmap: Update to 1.22.3., guix-commits, 2023/06/02
- 18/26: gnu: r-apeglm: Update to 1.22.1., guix-commits, 2023/06/02
- 23/26: gnu: r-megadepth: Update to 1.10.0., guix-commits, 2023/06/02
- 22/26: gnu: r-s4arrays: Update to 1.0.4., guix-commits, 2023/06/02
- 05/26: import/cran: string->license: Add another case for GPLv3+.,
guix-commits <=