mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-14 19:10:49 +02:00
gnu: r-hitc: Update to 1.52.0.
* gnu/packages/bioconductor.scm (r-hitc): Update to 1.52.0. Change-Id: Id6e5e49e763d37b47696b1e81d9aa9b2f1225035
This commit is contained in:
parent
c9a7db1c61
commit
9881a9dba9
1 changed files with 2 additions and 2 deletions
|
@ -25117,13 +25117,13 @@ memory-efficient as possible.")
|
||||||
(define-public r-hitc
|
(define-public r-hitc
|
||||||
(package
|
(package
|
||||||
(name "r-hitc")
|
(name "r-hitc")
|
||||||
(version "1.50.0")
|
(version "1.52.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
|
||||||
"0y5qlr36pj7mrgs70v4zf9s19rpa11mzyagmpxs77n0pl9nrhgwj"))))
|
"0y0srz1w6yp9dkk0zyij7lq18413651z7svv9ydfyimr8gqjb2a9"))))
|
||||||
(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