guix-commits
[Top][All Lists]
Advanced

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

41/93: gnu: r-globals: Update to 0.13.1.


From: guix-commits
Subject: 41/93: gnu: r-globals: Update to 0.13.1.
Date: Sat, 31 Oct 2020 08:46:12 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit caec927852b59016fc8a451c6163ea8606ff47b7
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Oct 31 13:42:46 2020 +0100

    gnu: r-globals: Update to 0.13.1.
    
    * gnu/packages/cran.scm (r-globals): Update to 0.13.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 87c6351..6864161 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -12440,14 +12440,14 @@ subsetting.")
 (define-public r-globals
   (package
     (name "r-globals")
-    (version "0.13.0")
+    (version "0.13.1")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "globals" version))
        (sha256
         (base32
-         "0gqh7dbd38wqyjy9qm85v5k60vld97pyc46wf4xkgi4mr7y0ixg3"))))
+         "1ch9m7fxclfhfa38b743wcm7w1bkx9kmivc6l7phpbgs6h9jhrcc"))))
     (build-system r-build-system)
     (propagated-inputs
      `(("r-codetools" ,r-codetools)))



reply via email to

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