guix-commits
[Top][All Lists]
Advanced

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

107/150: gnu: r-config: Update to 0.3.1.


From: guix-commits
Subject: 107/150: gnu: r-config: Update to 0.3.1.
Date: Wed, 20 Jan 2021 11:21:11 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 9bc39d8382fe6ecef0998d9ee5b4484839c80e69
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jan 20 17:13:01 2021 +0100

    gnu: r-config: Update to 0.3.1.
    
    * gnu/packages/cran.scm (r-config): Update to 0.3.1.
---
 gnu/packages/cran.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/cran.scm b/gnu/packages/cran.scm
index 333ab62..ab4edde 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -24280,14 +24280,14 @@ coerce and verify the types and shapes of values for 
input checking.")
 (define-public r-config
   (package
     (name "r-config")
-    (version "0.3")
+    (version "0.3.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "config" version))
        (sha256
         (base32
-         "0l67nfpm42ssnk0bl4jmq6bibz8hawgfgh2s14s5c8mnimv6mpjs"))))
+         "0l2zp7v6qaz72dclcbjrlis633zlwp8rsi5azr7iw127iyz7i26l"))))
     (properties `((upstream-name . "config")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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