mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: r-s4arrays: Update to 1.2.1.
* gnu/packages/bioconductor.scm (r-s4arrays): Update to 1.2.1. Change-Id: I68c0ee03264073e8816fc92fbaa97ebb6c5036ed
This commit is contained in:
parent
c202079ef8
commit
82a449419c
1 changed files with 2 additions and 2 deletions
|
@ -21300,13 +21300,13 @@ (define-public r-preprocesscore
|
|||
(define-public r-s4arrays
|
||||
(package
|
||||
(name "r-s4arrays")
|
||||
(version "1.2.0")
|
||||
(version "1.2.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "S4Arrays" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0x420l98f6b10r3qrdjq5ijs2p0msdcg6d6aghr3yvj1f9g06h8y"))))
|
||||
"1z6kcgjb5fzslr02vmsvchbilrhwpgh1ghk1zmlq0h0lyzncaapd"))))
|
||||
(properties `((upstream-name . "S4Arrays")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue