mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
gnu: r-aseb: Update to 1.46.0.
* gnu/packages/bioconductor.scm (r-aseb): Update to 1.46.0. Change-Id: I375a4de7c9836fbf851ca033e7ab4ce25cb857a0
This commit is contained in:
parent
dc87880cb2
commit
67db607930
1 changed files with 2 additions and 2 deletions
|
@ -3732,13 +3732,13 @@ (define-public r-asafe
|
|||
(define-public r-aseb
|
||||
(package
|
||||
(name "r-aseb")
|
||||
(version "1.44.0")
|
||||
(version "1.46.0")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (bioconductor-uri "ASEB" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1dq6b5rg9iw6hdjmd7g0w64z7cxm52yg1cjyv355qs064dx26nph"))))
|
||||
"1hiapxdbp1fg6wk62s31nkv9mkxzvd23hn3zhmf9n0nvqfhi7bdf"))))
|
||||
(properties `((upstream-name . "ASEB")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://bioconductor.org/packages/ASEB")
|
||||
|
|
Loading…
Reference in a new issue