mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 01:11:55 -05:00
gnu: r-bodymaprat: Update to 1.20.0.
* gnu/packages/bioconductor.scm (r-bodymaprat): Update to 1.20.0. Change-Id: I8eb8b9e71cb1068e058b3e827096f25607ac5f01
This commit is contained in:
parent
62e7c74453
commit
a4e4f9cf21
1 changed files with 2 additions and 2 deletions
|
@ -1675,14 +1675,14 @@ (define-public r-bladderbatch
|
||||||
(define-public r-bodymaprat
|
(define-public r-bodymaprat
|
||||||
(package
|
(package
|
||||||
(name "r-bodymaprat")
|
(name "r-bodymaprat")
|
||||||
(version "1.18.0")
|
(version "1.20.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "bodymapRat" version
|
(uri (bioconductor-uri "bodymapRat" version
|
||||||
'experiment))
|
'experiment))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1sfq6vxkb68l0q5qbnpm3fi53k4q9a890bv2ff9c6clhc42wx3h6"))))
|
(base32 "15kjgqq7lq94pjqg380swqrkv684kgbpkaikfxxdx4cpgx8sjzn7"))))
|
||||||
(properties `((upstream-name . "bodymapRat")))
|
(properties `((upstream-name . "bodymapRat")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Reference in a new issue