3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: r-waldo: Update to 0.3.1.

* gnu/packages/cran.scm (r-waldo): Update to 0.3.1.
This commit is contained in:
Ricardo Wurmus 2021-09-29 15:33:13 +02:00
parent 06187b3b72
commit a5f6980cde
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -349,14 +349,14 @@ can read and write both the metadata and the cell data in a Sheet.")
(define-public r-waldo
(package
(name "r-waldo")
(version "0.2.5")
(version "0.3.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "waldo" version))
(sha256
(base32
"09jhwpgd6hg4qyip4r7wzpjz0jr139fyspd5ncriqimp522snqbr"))))
"16q1xjbl9g04l1r1x3nid9hmz1sa35q6j33bigdzh4y4zcd8qb7c"))))
(properties `((upstream-name . "waldo")))
(build-system r-build-system)
(propagated-inputs