guix-commits
[Top][All Lists]
Advanced

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

177/212: gnu: r-paws-storage: Update to 0.2.0.


From: guix-commits
Subject: 177/212: gnu: r-paws-storage: Update to 0.2.0.
Date: Sat, 18 Feb 2023 14:01:23 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit 9c4dd0e321ebef2f588dd9d845175a09fb3140a6
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Sat Feb 18 16:09:04 2023 +0100

    gnu: r-paws-storage: Update to 0.2.0.
    
    * gnu/packages/cran.scm (r-paws-storage): Update to 0.2.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 7210fc8f23..c461e3b975 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -35682,14 +35682,14 @@ database, and more.")
 (define-public r-paws-storage
   (package
     (name "r-paws-storage")
-    (version "0.1.12")
+    (version "0.2.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "paws.storage" version))
        (sha256
         (base32
-         "06m887vpqp5d6k3zxdlga599dsv8v3rladk7xqaxqnld1f17am04"))))
+         "1yqd1a1c0m978x1ngk39x7sb0glmcy855nw7m1wbgn2mxma0q3li"))))
     (properties `((upstream-name . "paws.storage")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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