me
/
guix
Archived
1
0
Fork 0

gnu: r-paws-storage: Update to 0.5.0.

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

Change-Id: I38d9e99c5452137115c8d95022dd35127c84b798
master
Ricardo Wurmus 2024-01-11 11:45:25 +01:00
parent 3cc5c2b0cf
commit 3c6be7289f
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -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