guix-commits
[Top][All Lists]
Advanced

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

13/218: gnu: r-collections: Update to 0.3.6.


From: guix-commits
Subject: 13/218: gnu: r-collections: Update to 0.3.6.
Date: Fri, 4 Nov 2022 05:14:25 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit e3b8b3117cd617daec8a9dbaccf1fa24ec111724
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Fri Nov 4 08:23:09 2022 +0100

    gnu: r-collections: Update to 0.3.6.
    
    * gnu/packages/cran.scm (r-collections): Update to 0.3.6.
---
 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 464f0b2935..5ce89fc160 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -259,13 +259,13 @@ automatically pruning objects to maintain the 
constraints.")
 (define-public r-collections
   (package
     (name "r-collections")
-    (version "0.3.5")
+    (version "0.3.6")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "collections" version))
        (sha256
-        (base32 "053ig88pva78wxxwya3v7cz853k563dkpgxrf2xvd0l0d9fanxmz"))))
+        (base32 "19y7nds67700zy6354s1i0aglgjylzv65psccz5x3ih8f48sakr3"))))
     (properties `((upstream-name . "collections")))
     (build-system r-build-system)
     (home-page "https://github.com/randy3k/collections";)



reply via email to

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