mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-16 11:55:27 -05:00
gnu: r-mitml: Update to 0.4-2.
* gnu/packages/cran.scm (r-mitml): Update to 0.4-2.
This commit is contained in:
parent
cdce168838
commit
06e96008d1
1 changed files with 2 additions and 2 deletions
|
@ -5138,14 +5138,14 @@ (define-public r-pan
|
|||
(define-public r-mitml
|
||||
(package
|
||||
(name "r-mitml")
|
||||
(version "0.4-1")
|
||||
(version "0.4-2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "mitml" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1bw92fl6xp3yvawh3nbjzs4hp4alpwj6vnv6lsysd74aqndw447c"))))
|
||||
"0zrmchsk012linw3m5rda6hj8xpxpwzbf4alq0nc1pzvl99aa558"))))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
`(("r-haven" ,r-haven)
|
||||
|
|
Loading…
Reference in a new issue