me
/
guix
Archived
1
0
Fork 0

gnu: r-copyhelper: Update to 1.28.0.

* gnu/packages/bioconductor.scm (r-copyhelper): Update to 1.28.0.
master
Ricardo Wurmus 2022-05-28 15:16:56 +02:00
parent e437cf10a4
commit 7a58c9af46
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 3 deletions

View File

@ -1293,14 +1293,13 @@ chromstaR package.")
(define-public r-copyhelper
(package
(name "r-copyhelper")
(version "1.6.0")
(version "1.28.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "CopyhelpeR" version 'experiment))
(sha256
(base32
"0x7cyynjmxls9as2gg0iyp9x5fpalxmdjq914ss7i84i9zyk5bhq"))))
(base32 "0klrnxck0q14birnpwzkiwmj77hwdn6gazvdg0lqn9y6j5mbkyx1"))))
(properties `((upstream-name . "CopyhelpeR")))
(build-system r-build-system)
(home-page "https://bioconductor.org/packages/CopyhelpeR/")