gnu: r-syuzhet: Update to 1.0.7.
* gnu/packages/cran.scm (r-syuzhet): Update to 1.0.7.
parent
677d476f1c
commit
c920c55ab2
|
@ -36894,14 +36894,14 @@ in same length matches).")
|
||||||
(define-public r-syuzhet
|
(define-public r-syuzhet
|
||||||
(package
|
(package
|
||||||
(name "r-syuzhet")
|
(name "r-syuzhet")
|
||||||
(version "1.0.6")
|
(version "1.0.7")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "syuzhet" version))
|
(uri (cran-uri "syuzhet" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"16iccqdbw02iw82nah6kwz3gwfghi864j2y698n4b9dyc386ijzv"))))
|
"0cpjg16hwn6843jdxp4h94qjw1wwwblvjzg30w54rac08m62nkxg"))))
|
||||||
(properties `((upstream-name . "syuzhet")))
|
(properties `((upstream-name . "syuzhet")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in New Issue