mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: r-genomicalignments: Update to 1.6.3.
* gnu/packages/bioinformatics.scm (r-genomicalignments): Update to 1.6.3.
This commit is contained in:
parent
7eade1c5f9
commit
ac2d8b0fb8
1 changed files with 2 additions and 2 deletions
|
@ -4308,13 +4308,13 @@ (define-public r-summarizedexperiment
|
|||
(define-public r-genomicalignments
|
||||
(package
|
||||
(name "r-genomicalignments")
|
||||
(version "1.6.1")
|
||||
(version "1.6.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "GenomicAlignments" version))
|
||||
(sha256
|
||||
(base32
|
||||
"03pxzkmwcpl0d7a09ahan0nllfv7qw2i7w361w6af2s4n3xwrniz"))))
|
||||
"02b9j1pfd39bkvb623k5k0ziq9rpw093hifqw65vb954dwj29jhd"))))
|
||||
(properties
|
||||
`((upstream-name . "GenomicAlignments")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue