gnu: r-bionero: Update to 1.6.0.
* gnu/packages/bioconductor.scm (r-bionero): Update to 1.6.0.
This commit is contained in:
parent
858d9ccd9b
commit
1118d6e856
1 changed files with 2 additions and 2 deletions
|
|
@ -17682,14 +17682,14 @@ using aCGH or sequencing.")
|
||||||
(define-public r-bionero
|
(define-public r-bionero
|
||||||
(package
|
(package
|
||||||
(name "r-bionero")
|
(name "r-bionero")
|
||||||
(version "1.4.2")
|
(version "1.6.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "BioNERO" version))
|
(uri (bioconductor-uri "BioNERO" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0dsznfnhidbmf52rv8l26f1ms2k9yy4q4c6cf3x8ylc79c1sjrcp"))))
|
"10nwgp8a9chn33p5k7cdp920rraiw187xfrylyd9bq010c7vp7xh"))))
|
||||||
(properties `((upstream-name . "BioNERO")))
|
(properties `((upstream-name . "BioNERO")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
|
||||||
Reference in a new issue