mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: r-a4: Update to 1.52.0.
* gnu/packages/bioconductor.scm (r-a4): Update to 1.52.0. Change-Id: I9d5e462c3a85085e3d4e6a6e029facb15ecc75a8
This commit is contained in:
parent
e99c0cb450
commit
31a2196712
1 changed files with 2 additions and 2 deletions
|
@ -16626,14 +16626,14 @@ Affymetrix arrays.")
|
||||||
(define-public r-a4
|
(define-public r-a4
|
||||||
(package
|
(package
|
||||||
(name "r-a4")
|
(name "r-a4")
|
||||||
(version "1.50.1")
|
(version "1.52.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "a4" version))
|
(uri (bioconductor-uri "a4" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0sibsmn7ma2imhfn2pn1fvy6hinzlmsczmx944fzg0aj1lpjcdqr"))))
|
"1wzqpvz49wkbvqij48c3l6vqfvflgic8gzvjdigb1c6mr96l6vgg"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-a4base r-a4classif r-a4core r-a4preproc r-a4reporting))
|
(list r-a4base r-a4classif r-a4core r-a4preproc r-a4reporting))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue