me
/
guix
Archived
1
0
Fork 0

gnu: r-msdata: Update to 0.44.0.

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

Change-Id: I479c861eceb1f50c91d589118a68e217236e89e4
master
Ricardo Wurmus 2024-05-07 12:32:25 +02:00
parent 27c00a789e
commit 7e05fa61b0
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

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