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:
Ricardo Wurmus 2023-11-03 16:40:26 +01:00
parent dc87880cb2
commit 67db607930
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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")