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

gnu: r-laeken: Update to 0.5.1.

* gnu/packages/cran.scm (r-laeken): Update to 0.5.1.
This commit is contained in:
Ricardo Wurmus 2020-02-19 21:07:18 +01:00
parent 42e45862ea
commit fa27e4d2ba
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -3616,14 +3616,14 @@ where possible.")
(define-public r-laeken
(package
(name "r-laeken")
(version "0.5.0")
(version "0.5.1")
(source
(origin
(method url-fetch)
(uri (cran-uri "laeken" version))
(sha256
(base32
"1g9r3y7b0gl91hijk9awa8rjk97mqpkxinzq2cgmx0m38ng9ylpa"))))
"199rjkhjjygpr6cjzab87as46acb5npi44m4yycvk7lnd0blma8s"))))
(build-system r-build-system)
(propagated-inputs
`(("r-boot" ,r-boot)