guix-commits
[Top][All Lists]
Advanced

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

85/98: gnu: r-paws-storage: Update to 0.4.0.


From: guix-commits
Subject: 85/98: gnu: r-paws-storage: Update to 0.4.0.
Date: Wed, 13 Sep 2023 18:06:44 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit c165a1fa9b624a530399e8ea34cdb4bc45075226
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Sep 14 00:04:15 2023 +0200

    gnu: r-paws-storage: Update to 0.4.0.
    
    * gnu/packages/cran.scm (r-paws-storage): Update to 0.4.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 38f971d94a..d047884fc7 100644
--- a/gnu/packages/cran.scm
+++ b/gnu/packages/cran.scm
@@ -39001,14 +39001,14 @@ database, and more.")
 (define-public r-paws-storage
   (package
     (name "r-paws-storage")
-    (version "0.3.0")
+    (version "0.4.0")
     (source
      (origin
        (method url-fetch)
        (uri (cran-uri "paws.storage" version))
        (sha256
         (base32
-         "0z693wawgm975lw54xkbg9hwsf1lz69a4dsg85ywjpjcfvl1g1b7"))))
+         "0yr99328rwm6i95xhp4yds6dzfvrvbr7ys2hy17iqbyij958j0m4"))))
     (properties `((upstream-name . "paws.storage")))
     (build-system r-build-system)
     (propagated-inputs



reply via email to

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