guix-commits
[Top][All Lists]
Advanced

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

92/150: gnu: r-r-devices: Update to 2.17.0.


From: guix-commits
Subject: 92/150: gnu: r-r-devices: Update to 2.17.0.
Date: Wed, 20 Jan 2021 11:21:06 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit af672c712fc98f843679c2ef9f354124dd38cf98
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Jan 20 17:12:11 2021 +0100

    gnu: r-r-devices: Update to 2.17.0.
    
    * gnu/packages/cran.scm (r-r-devices): Update to 2.17.0.
---
 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 1cef8d6..c22c4e3 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -18837,14 +18837,14 @@ identify file sets and individual files.")
 (define-public r-r-devices
   (package
     (name "r-r-devices")
-    (version "2.16.1")
+    (version "2.17.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "R.devices" version))
        (sha256
         (base32
-         "15zlnq3g27whq26fbcy5zfl5hiddm256h4rga4frblg6wqlbkvdd"))))
+         "1djz6vm1b7sjvx1q319dl47gbnz9kvipaxcz9i0spyp094lv3m62"))))
     (properties `((upstream-name . "R.devices")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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