mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 18:38:57 -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
|
||||
(package
|
||||
(name "r-abn")
|
||||
(version "3.0.6")
|
||||
(version "3.1.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "abn" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0833070j4q553kc4g5wydln3q63g0igaam9h3rbylxcs0p1v2psj"))))
|
||||
"1sixgahjcy82yiiixgxiqbm8jcajqz0m3h0hwwm202iwzi3vyhiv"))))
|
||||
(build-system r-build-system)
|
||||
(inputs
|
||||
(list gsl))
|
||||
|
|
Loading…
Reference in a new issue