guix-commits
[Top][All Lists]
Advanced

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

32/87: gnu: r-collections: Update to 0.3.7.


From: guix-commits
Subject: 32/87: gnu: r-collections: Update to 0.3.7.
Date: Mon, 9 Jan 2023 18:27:31 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit b147c4a7f37bbb807c0fdc655c14fd9d42b1b460
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Mon Jan 9 22:15:08 2023 +0100

    gnu: r-collections: Update to 0.3.7.
    
    * gnu/packages/cran.scm (r-collections): Update to 0.3.7.
---
 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 936c34c1a2..50a347fadf 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.6")
+    (version "0.3.7")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "collections" version))
        (sha256
-        (base32 "19y7nds67700zy6354s1i0aglgjylzv65psccz5x3ih8f48sakr3"))))
+        (base32 "003zlp5s2ilq3pq0imlp7p46jkfihwzg1hkkgk7378ikcbwnz17z"))))
     (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]