mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
gnu: r-abseqr: Update to 1.18.0.
* gnu/packages/bioconductor.scm (r-abseqr): Update to 1.18.0.
This commit is contained in:
parent
6fbb674db9
commit
17f1c0e530
1 changed files with 2 additions and 2 deletions
|
@ -13173,14 +13173,14 @@ (define-public r-a4
|
|||
(define-public r-abseqr
|
||||
(package
|
||||
(name "r-abseqr")
|
||||
(version "1.16.0")
|
||||
(version "1.18.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "abseqR" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1z5an4vsm55a0qr46qmp8562vc3xdam5f3840r8hcdnn5dvzw414"))))
|
||||
"05kcwmv3d59lrdnpi82701biwawnnpfvpwr170xdi3hfdff6g59c"))))
|
||||
(properties `((upstream-name . "abseqR")))
|
||||
(build-system r-build-system)
|
||||
(inputs
|
||||
|
|
Loading…
Reference in a new issue