gnu: r-aseb: Update to 1.44.0.

* gnu/packages/bioconductor.scm (r-aseb): Update to 1.44.0.
This commit is contained in:
Ricardo Wurmus 2023-04-28 17:59:44 +02:00
parent 4a5f8cede6
commit e1e75eec31
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -3437,13 +3437,13 @@ (define-public r-asafe
(define-public r-aseb (define-public r-aseb
(package (package
(name "r-aseb") (name "r-aseb")
(version "1.42.0") (version "1.44.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (bioconductor-uri "ASEB" version)) (uri (bioconductor-uri "ASEB" version))
(sha256 (sha256
(base32 (base32
"1kr6l2ma7wzy8i9dn86zx927yvx1l4bnkxhv97ra3sh5vr6m8ywa")))) "1dq6b5rg9iw6hdjmd7g0w64z7cxm52yg1cjyv355qs064dx26nph"))))
(properties `((upstream-name . "ASEB"))) (properties `((upstream-name . "ASEB")))
(build-system r-build-system) (build-system r-build-system)
(home-page "https://bioconductor.org/packages/ASEB") (home-page "https://bioconductor.org/packages/ASEB")