mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
gnu: r-mitml: Update to 0.3-6.
* gnu/packages/cran.scm (r-mitml): Update to 0.3-6.
This commit is contained in:
parent
658e37b6e8
commit
632cefdac9
1 changed files with 2 additions and 2 deletions
|
@ -1951,14 +1951,14 @@ (define-public r-pan
|
||||||
(define-public r-mitml
|
(define-public r-mitml
|
||||||
(package
|
(package
|
||||||
(name "r-mitml")
|
(name "r-mitml")
|
||||||
(version "0.3-5")
|
(version "0.3-6")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "mitml" version))
|
(uri (cran-uri "mitml" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1s888r9y2ri39b48h1iypps6lddqkqv3g31l2sjmi2pvyccfpkwb"))))
|
"1pkqv4qazih3byws5z6629pp232n8ra56lip7502727b0b4bsndw"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("r-haven" ,r-haven)
|
`(("r-haven" ,r-haven)
|
||||||
|
|
Loading…
Reference in a new issue