me
/
guix
Archived
1
0
Fork 0

gnu: r-msdata: Update to 0.42.0.

* gnu/packages/bioconductor.scm (r-msdata): Update to 0.42.0.

Change-Id: I94953464f1c9ef0e361c68a69fdbc9b11f46c4f8
master
Ricardo Wurmus 2024-01-22 13:44:55 +01:00
parent 13c2e3c9e4
commit 88beafd5dc
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -2177,13 +2177,13 @@ methylation arrays.")
(define-public r-msdata
(package
(name "r-msdata")
(version "0.36.0")
(version "0.42.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "msdata" version 'experiment))
(sha256
(base32 "0nqb7d7fa9l15bxy3s9wmy2h79jb6ldwww0hzk5mifabacmzx691"))))
(base32 "1jm1zjqzkd0vy8ww0k0y1fgs6i9vkg7ir6dyga001n170g11vfzr"))))
(properties `((upstream-name . "msdata")))
(build-system r-build-system)
(home-page "https://bioconductor.org/packages/msdata")