me
/
guix
Archived
1
0
Fork 0

gnu: r-learnr: Update to 0.11.3.

* gnu/packages/cran.scm (r-learnr): Update to 0.11.3.
master
Ricardo Wurmus 2023-03-19 21:01:37 +01:00
parent f39d04ab93
commit 4f4817e0f0
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -11120,14 +11120,14 @@ reproducible.")
(define-public r-learnr
(package
(name "r-learnr")
(version "0.11.2")
(version "0.11.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "learnr" version))
(sha256
(base32
"1w8lcghnqvmggfp90hdpcjflvnxyp5shfk48vq5s4kci8414dm6j"))))
"1bsyhp7fj1plyff4gyfhv29garzysh04krbnj4vvh46f5smvhkah"))))
(build-system r-build-system)
(native-inputs (list r-knitr))
(propagated-inputs