mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: r-s4vectors: Update to 0.36.1.
* gnu/packages/bioconductor.scm (r-s4vectors): Update to 0.36.1.
This commit is contained in:
parent
e895da0406
commit
68701917b8
1 changed files with 2 additions and 2 deletions
|
@ -16222,13 +16222,13 @@ (define-public r-preprocesscore
|
|||
(define-public r-s4vectors
|
||||
(package
|
||||
(name "r-s4vectors")
|
||||
(version "0.36.0")
|
||||
(version "0.36.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "S4Vectors" version))
|
||||
(sha256
|
||||
(base32
|
||||
"05al4diwdbsa9b37i8msxnp79fxk7k24dk2vhh131s3snb89jvfs"))))
|
||||
"16lssnmhy3klqp4sw1328f38cixkjh9317gdyikcrmsbcwg2ak6v"))))
|
||||
(properties
|
||||
`((upstream-name . "S4Vectors")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue