guix-commits
[Top][All Lists]
Advanced

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

88/214: gnu: r-globals: Update to 0.15.0.


From: guix-commits
Subject: 88/214: gnu: r-globals: Update to 0.15.0.
Date: Sat, 28 May 2022 04:37:34 -0400 (EDT)

rekado pushed a commit to branch wip-r
in repository guix.

commit 0fec61bfe293a9043f1b99df3c3528c3616cf980
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat May 28 08:30:31 2022 +0200

    gnu: r-globals: Update to 0.15.0.
    
    * gnu/packages/cran.scm (r-globals): Update to 0.15.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 3ce5452f4f..3ceff82e93 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -15801,14 +15801,14 @@ subsetting.")
 (define-public r-globals
   (package
     (name "r-globals")
-    (version "0.14.0")
+    (version "0.15.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "globals" version))
        (sha256
         (base32
-         "1wrjiiif6rpc268zz79pvpw33si6n6ffgxdnxmmcracwhb5vqg90"))))
+         "15llx4233ihj4w815k7inc17530w9ja0mi29n1i0s2sr42j8jdpq"))))
     (build-system r-build-system)
     (propagated-inputs
      (list r-codetools))



reply via email to

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