me
/
guix
Archived
1
0
Fork 0

gnu: r-aseb: Update to 1.46.3.

* gnu/packages/bioconductor.scm (r-aseb): Update to 1.46.3.

Change-Id: I7fb905224840f598261fceba67207cd71e7a73d9
Ricardo Wurmus 2023-12-15 17:47:35 +01:00
parent 2dc2636444
commit ea9441de8f
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -3862,13 +3862,13 @@ pairs.")
(define-public r-aseb
(package
(name "r-aseb")
(version "1.46.0")
(version "1.46.3")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "ASEB" version))
(sha256
(base32
"1hiapxdbp1fg6wk62s31nkv9mkxzvd23hn3zhmf9n0nvqfhi7bdf"))))
"1da6ld3ij55l3saj05ink8i1f6gqwyrv896qh8g94dmh6vzn2xbr"))))
(properties `((upstream-name . "ASEB")))
(build-system r-build-system)
(home-page "https://bioconductor.org/packages/ASEB")