me
/
guix
Archived
1
0
Fork 0

gnu: r-multidataset: Update to 1.20.0.

* gnu/packages/bioconductor.scm (r-multidataset): Update to 1.20.0.
master
Ricardo Wurmus 2021-06-05 08:50:04 +02:00
parent f9c306eb01
commit 3d9b6386fa
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 2 additions and 2 deletions

View File

@ -9106,14 +9106,14 @@ Markov-Chain-Monte-Carlo is applied to sample the activity states.")
(define-public r-multidataset
(package
(name "r-multidataset")
(version "1.18.2")
(version "1.20.0")
(source
(origin
(method url-fetch)
(uri (bioconductor-uri "MultiDataSet" version))
(sha256
(base32
"1wzhxgprriicw6lx1h91z4r9d5yaxar859scp83bm8pr9aznqk2z"))))
"1hyk40xgmy50rqxwdvc64d3pgz5vsg8vmlj5cp5m0n5m0adxcdfj"))))
(properties `((upstream-name . "MultiDataSet")))
(build-system r-build-system)
(propagated-inputs