guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: import/cran: Export a few more variables and proc


From: guix-commits
Subject: branch master updated: import/cran: Export a few more variables and procedures.
Date: Tue, 19 Dec 2023 08:15:09 -0500

This is an automated email from the git hooks/post-receive script.

rekado pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new ee93015b54 import/cran: Export a few more variables and procedures.
ee93015b54 is described below

commit ee93015b54a2abfe59bc2270c09ea4f7624488e5
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Tue Dec 19 12:46:43 2023 +0100

    import/cran: Export a few more variables and procedures.
    
    This allows users of this module to provide e.g. caching alternatives to the
    download and fetch procedures.
    
    * guix/import/cran.scm (%bioconductor-version, download, fetch-description):
    Make these variables public.
    
    Change-Id: I9ce14db9be9b8b3314b06fa9eb50a4e24c5dd718
---
 guix/import/cran.scm | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/guix/import/cran.scm b/guix/import/cran.scm
index ca984cb49c..723a770e41 100644
--- a/guix/import/cran.scm
+++ b/guix/import/cran.scm
@@ -55,6 +55,10 @@
   #:use-module (guix sets)
   #:export (%input-style
 
+            %bioconductor-version
+            download
+            fetch-description
+
             cran->guix-package
             bioconductor->guix-package
             cran-recursive-import



reply via email to

[Prev in Thread] Current Thread [Next in Thread]