me
/
guix
Archived
1
0
Fork 0

gnu: r-laeken: Update to 0.5.2.

* gnu/packages/cran.scm (r-laeken): Update to 0.5.2.
master
Ricardo Wurmus 2021-11-01 17:52:17 +00:00
parent 28c7062900
commit d61b18187e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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