mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-hitc: Update to 1.48.0.
* gnu/packages/bioconductor.scm (r-hitc): Update to 1.48.0. Change-Id: Idf5834d1066f6d9012b41a50dbf0fd7288fea8cb
This commit is contained in:
parent
47d93b5a72
commit
ea5cc8cf19
1 changed files with 2 additions and 2 deletions
|
@ -21953,13 +21953,13 @@ assays such as Hi-C.")
|
||||||
(define-public r-hitc
|
(define-public r-hitc
|
||||||
(package
|
(package
|
||||||
(name "r-hitc")
|
(name "r-hitc")
|
||||||
(version "1.46.0")
|
(version "1.48.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "HiTC" version))
|
(uri (bioconductor-uri "HiTC" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"16svq29fm9xl3rl9v6lyxf564manvp8ryxj1mbxc4pb360wmi780"))))
|
"0nxk3rdfw78bwyxjd3bbm093i8hqyk63rz0fvx3fi04qpa1fv39r"))))
|
||||||
(properties `((upstream-name . "HiTC")))
|
(properties `((upstream-name . "HiTC")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue