mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-macrophage: Update to 1.18.0.
* gnu/packages/bioconductor.scm (r-macrophage): Update to 1.18.0. Change-Id: I51228161aac4cb10470aa2262fdc507a4cb903ec
This commit is contained in:
parent
0af8e69b32
commit
55b3f66131
1 changed files with 2 additions and 2 deletions
|
@ -2072,14 +2072,14 @@ please use the package TFBSTools.")
|
||||||
(define-public r-macrophage
|
(define-public r-macrophage
|
||||||
(package
|
(package
|
||||||
(name "r-macrophage")
|
(name "r-macrophage")
|
||||||
(version "1.12.0")
|
(version "1.18.0")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "macrophage" version
|
(uri (bioconductor-uri "macrophage" version
|
||||||
'experiment))
|
'experiment))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ml8v92w021fmzsn4yl90ap3l4l3b9c1pk8pzsrm122p82wzlyms"))))
|
"10d69v34fhxfy4nhw8h50j4q5kblm032cmjnparxm5gm7ksiqwxy"))))
|
||||||
(properties `((upstream-name . "macrophage")))
|
(properties `((upstream-name . "macrophage")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(native-inputs (list r-knitr))
|
(native-inputs (list r-knitr))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue