~ruther/guix-local

3c6be7289fb51da0349d8456474976a407fa4a68 — Ricardo Wurmus 2 years ago 3cc5c2b
gnu: r-paws-storage: Update to 0.5.0.

* gnu/packages/cran.scm (r-paws-storage): Update to 0.5.0.

Change-Id: I38d9e99c5452137115c8d95022dd35127c84b798
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/cran.scm
M gnu/packages/cran.scm => gnu/packages/cran.scm +2 -2
@@ 39814,14 39814,14 @@ database, and more.")
(define-public r-paws-storage
  (package
    (name "r-paws-storage")
    (version "0.4.0")
    (version "0.5.0")
    (source
     (origin
       (method url-fetch)
       (uri (cran-uri "paws.storage" version))
       (sha256
        (base32
         "0yr99328rwm6i95xhp4yds6dzfvrvbr7ys2hy17iqbyij958j0m4"))))
         "0v2g1shv9m4h2fz2lvjad479g3nmxc92wlyrxj4s7fifzzs2pd97"))))
    (properties `((upstream-name . "paws.storage")))
    (build-system r-build-system)
    (propagated-inputs