mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: r-bionero: Update to 1.10.3.
* gnu/packages/bioconductor.scm (r-bionero): Update to 1.10.3. Change-Id: I03b6f9259c05a6915d3e5425ab9165067c400f03
This commit is contained in:
parent
9fd70160bd
commit
a0ed61d7ff
1 changed files with 2 additions and 2 deletions
|
@ -23974,14 +23974,14 @@ (define-public r-biomvrcns
|
|||
(define-public r-bionero
|
||||
(package
|
||||
(name "r-bionero")
|
||||
(version "1.10.2")
|
||||
(version "1.10.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "BioNERO" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1fk48h2v0snsg8y9pi0pav69wa95s8a8gk1rxsvrm7z1bcgi2j51"))))
|
||||
"1vf3kq4lj4alvwzf0wl09lxb0ky6q0x94ajmrnihlj5saliqb73c"))))
|
||||
(properties `((upstream-name . "BioNERO")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue