me
/
guix
Archived
1
0
Fork 0

gnu: r-r2html: Update to 2.3.4.

* gnu/packages/cran.scm (r-r2html): Update to 2.3.4.

Change-Id: I19e01850efd5a64a9047a1a18e68f5e877db83b0
master
Ricardo Wurmus 2024-07-02 14:58:43 +02:00
parent 6df723a31c
commit 8d2cfebcc8
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -25101,14 +25101,14 @@ handle missing genotypes at some SNPs.")
(define-public r-r2html
(package
(name "r-r2html")
(version "2.3.3")
(version "2.3.4")
(source
(origin
(method url-fetch)
(uri (cran-uri "R2HTML" version))
(sha256
(base32
"12qg9rp1j26h2f48dfg5k9jds26ycacv3f3ymk686ks43hd1hzja"))))
"1a8yy9xf5gdh3s2rzmv5b28hhdqc5g34hygcrxn8drs0i2j97vdr"))))
(properties `((upstream-name . "R2HTML")))
(build-system r-build-system)
(home-page "https://github.com/nalimilan/R2HTML")