mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 19:57:39 -05:00
gnu: r-multidataset: Update to 1.24.0.
* gnu/packages/bioconductor.scm (r-multidataset): Update to 1.24.0.
This commit is contained in:
parent
e5b0fac414
commit
ea931c7223
1 changed files with 2 additions and 2 deletions
|
@ -10569,14 +10569,14 @@ (define-public r-birta
|
||||||
(define-public r-multidataset
|
(define-public r-multidataset
|
||||||
(package
|
(package
|
||||||
(name "r-multidataset")
|
(name "r-multidataset")
|
||||||
(version "1.22.0")
|
(version "1.24.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (bioconductor-uri "MultiDataSet" version))
|
(uri (bioconductor-uri "MultiDataSet" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"17asldnxqvp3sijx7nbi2lbbgnq4iq8z72qlg9080sm5lga1yy1s"))))
|
"0rfs6jkzh1i4mj1pgfk4lwzmcl8pcwizra3q3282x3d8h2g98qnf"))))
|
||||||
(properties `((upstream-name . "MultiDataSet")))
|
(properties `((upstream-name . "MultiDataSet")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Loading…
Reference in a new issue