me
/
guix
Archived
1
0
Fork 0

gnu: r-aseb: Update to 1.42.0.

* gnu/packages/bioconductor.scm (r-aseb): Update to 1.42.0.
master
zimoun 2022-11-17 03:50:04 +01:00 committed by Ricardo Wurmus
parent 1114e837a9
commit 110f0f8483
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -2475,13 +2475,13 @@ tumor samples from healthy controls.")
(define-public r-aseb
(package
(name "r-aseb")
(version "1.40.0")
(version "1.42.0")
(source (origin
(method url-fetch)
(uri (bioconductor-uri "ASEB" version))
(sha256
(base32
"1i0r4vimk6is4j4rr14ajp8papznpmmr0bhwd96s8w53cqdqph7p"))))
"1kr6l2ma7wzy8i9dn86zx927yvx1l4bnkxhv97ra3sh5vr6m8ywa"))))
(properties `((upstream-name . "ASEB")))
(build-system r-build-system)
(home-page "https://bioconductor.org/packages/ASEB")