[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
38/50: import/cran: Fix Bioconductor updater.
From: |
guix-commits |
Subject: |
38/50: import/cran: Fix Bioconductor updater. |
Date: |
Mon, 9 Jan 2023 17:11:49 -0500 (EST) |
rekado pushed a commit to branch master
in repository guix.
commit 6e75790fc013a9df23f3c48d4d9da78200d5b9eb
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jan 9 22:32:58 2023 +0100
import/cran: Fix Bioconductor updater.
* guix/import/cran.scm (latest-bioconductor-release): Use LATEST-VERSION
instead of VERSION, which is always #F.
---
guix/import/cran.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/guix/import/cran.scm b/guix/import/cran.scm
index f6d24820a8..c4b36da12b 100644
--- a/guix/import/cran.scm
+++ b/guix/import/cran.scm
@@ -1,5 +1,5 @@
;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022 Ricardo Wurmus
<rekado@elephly.net>
+;;; Copyright © 2015, 2016, 2017, 2018, 2019, 2020, 2021, 2022, 2023 Ricardo
Wurmus <rekado@elephly.net>
;;; Copyright © 2015, 2016, 2017, 2019, 2020, 2021 Ludovic Courtès
<ludo@gnu.org>
;;; Copyright © 2017 Mathieu Othacehe <m.othacehe@gmail.com>
;;; Copyright © 2020 Martin Becze <mjbecze@riseup.net>
@@ -732,12 +732,12 @@ s-expression corresponding to that package, or #f on
failure."
(define latest-version
(latest-bioconductor-package-version upstream-name))
- (and version
+ (and latest-version
;; Bioconductor does not provide signatures.
(upstream-source
(package (package-name pkg))
(version latest-version)
- (urls (bioconductor-uri upstream-name version))
+ (urls (bioconductor-uri upstream-name latest-version))
(input-changes
(changed-inputs
pkg
- 13/50: gnu: r-reticulate: Update to 1.27., (continued)
- 13/50: gnu: r-reticulate: Update to 1.27., guix-commits, 2023/01/09
- 16/50: gnu: r-writexl: Update to 1.4.2., guix-commits, 2023/01/09
- 26/50: gnu: r-lavaan: Update to 0.6-13., guix-commits, 2023/01/09
- 04/50: gnu: r-rstpm2: Update to 1.5.9., guix-commits, 2023/01/09
- 05/50: gnu: r-lava: Update to 1.7.1., guix-commits, 2023/01/09
- 17/50: gnu: r-precrec: Update to 0.14.1., guix-commits, 2023/01/09
- 22/50: gnu: r-ncdf4: Update to 1.21., guix-commits, 2023/01/09
- 28/50: gnu: r-qqconf: Update to 1.3.1., guix-commits, 2023/01/09
- 27/50: gnu: r-gkmsvm: Update to 0.82.0., guix-commits, 2023/01/09
- 24/50: gnu: r-fmsb: Update to 0.7.5., guix-commits, 2023/01/09
- 38/50: import/cran: Fix Bioconductor updater.,
guix-commits <=
- 40/50: gnu: Add r-clustergeneration., guix-commits, 2023/01/09
- 41/50: gnu: Add r-remacor., guix-commits, 2023/01/09
- 43/50: gnu: r-bsgenome: Update to 1.66.2., guix-commits, 2023/01/09
- 49/50: gnu: r-biocviews: Update to 1.66.2., guix-commits, 2023/01/09
- 11/50: gnu: r-heatmaply: Update to 1.4.2., guix-commits, 2023/01/09
- 18/50: gnu: r-netrep: Update to 1.2.6., guix-commits, 2023/01/09
- 12/50: gnu: r-rastervis: Update to 0.51.5., guix-commits, 2023/01/09
- 29/50: gnu: r-forecast: Update to 8.20., guix-commits, 2023/01/09
- 31/50: gnu: r-qtl: Update to 1.58., guix-commits, 2023/01/09
- 33/50: gnu: r-rtweet: Update to 1.1.0., guix-commits, 2023/01/09