me
/
guix
Archived
1
0
Fork 0

gnu: r-rintrojs: Update to 0.3.3.

* gnu/packages/cran.scm (r-rintrojs): Update to 0.3.3.

Change-Id: I184740e9bd1ed8d087c2985d08b12f4fe31d72b7
master
Ricardo Wurmus 2023-10-31 17:15:10 +01:00
parent 8aafa8bd45
commit 199f6a9967
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -27107,14 +27107,14 @@ cell free DNA} (cfDNA).")
(define-public r-rintrojs
(package
(name "r-rintrojs")
(version "0.3.2")
(version "0.3.3")
(source
(origin
(method url-fetch)
(uri (cran-uri "rintrojs" version))
(sha256
(base32
"19lpq421hrs1wc9bnimbwxx35p8bbzil3x1h9l28gjayn4djmjsh"))
"1fy5lz9d9njs4yrnwrrn0n1fn0chccgi1gzn4qz4g6adr3v35rgw"))
(snippet
'(delete-file "inst/javascript/introjs/intro.min.js"))))
(properties `((upstream-name . "rintrojs")))