1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-30 20:34:07 +02:00

gnu: r-copyhelper: Update to 1.44.0.

* gnu/packages/bioconductor.scm (r-copyhelper): Update to 1.44.0.
[native-inputs]: Add r-biocstyle.

Change-Id: I67e6c9c3864367b4f1ab29485bd35e4702fd62fc
This commit is contained in:
Ricardo Wurmus
2026-05-06 13:42:26 +02:00
parent a22391f07d
commit 5dc582b98c
+3 -2
View File
@@ -2365,15 +2365,16 @@ chromstaR package.")
(define-public r-copyhelper
(package
(name "r-copyhelper")
(version "1.43.0")
(version "1.44.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "CopyhelpeR" version 'experiment))
(sha256
(base32 "1350zd8zmh8sycbkmx80xvrvixgjmizabq6ixfi2m9inqgck6rdg"))))
(base32 "1w10dz2jccrax7xhyi5bdc46a0p24n503p8nq5fj1dfgl2csjk13"))))
(properties `((upstream-name . "CopyhelpeR")))
(build-system r-build-system)
(native-inputs (list r-biocstyle))
(home-page "https://bioconductor.org/packages/CopyhelpeR/")
(synopsis "Helper files for CopywriteR")
(description