gnu: r-copyhelper: Update to 1.34.0.

* gnu/packages/bioconductor.scm (r-copyhelper): Update to 1.34.0.

Change-Id: I2cfa340e85fb723615295949ef614db1761f9c6e
This commit is contained in:
Ricardo Wurmus 2024-01-22 13:44:14 +01:00
parent f0591739ce
commit 4c4f07ca26
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

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