mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-23 02:36:40 +01:00
gnu: r-genomicalignments: Update to 1.34.1.
* gnu/packages/bioconductor.scm (r-genomicalignments): Update to 1.34.1.
This commit is contained in:
parent
7f9346c031
commit
20b1ef8047
1 changed files with 2 additions and 2 deletions
|
@ -6224,13 +6224,13 @@ (define-public r-genomeinfodb
|
|||
(define-public r-genomicalignments
|
||||
(package
|
||||
(name "r-genomicalignments")
|
||||
(version "1.34.0")
|
||||
(version "1.34.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "GenomicAlignments" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0y9yjyzch0cn2j4yrwfp0z8qw3yqvl8h1dlrl7ylzy9mwsqc6wg5"))))
|
||||
"1c784ic85v64gflwwk22dh3f0m60q3z6y23d9jy3w8ydhda6gw0s"))))
|
||||
(properties
|
||||
`((upstream-name . "GenomicAlignments")))
|
||||
(build-system r-build-system)
|
||||
|
|
Loading…
Reference in a new issue