mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-07 20:04:06 -05:00
gnu: r-abn: Update to 3.1.1.
* gnu/packages/bioconductor.scm (r-abn): Update to 3.1.1. Change-Id: Ia69bc7023b8738603c1c51dced09a404b5d5a85d
This commit is contained in:
parent
608d718870
commit
0b7b7f72af
1 changed files with 2 additions and 2 deletions
|
@ -23320,14 +23320,14 @@ (define-public r-ldheatmap
|
||||||
(define-public r-abn
|
(define-public r-abn
|
||||||
(package
|
(package
|
||||||
(name "r-abn")
|
(name "r-abn")
|
||||||
(version "3.0.6")
|
(version "3.1.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "abn" version))
|
(uri (cran-uri "abn" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0833070j4q553kc4g5wydln3q63g0igaam9h3rbylxcs0p1v2psj"))))
|
"1sixgahjcy82yiiixgxiqbm8jcajqz0m3h0hwwm202iwzi3vyhiv"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list gsl))
|
(list gsl))
|
||||||
|
|
Loading…
Reference in a new issue