gnu: r-strex: Update to 1.6.1.
* gnu/packages/cran.scm (r-strex): Update to 1.6.1. Change-Id: Id37ef19901a3548128816e2677148405b5845297master
parent
a14e534dbd
commit
4f4ab05dc4
|
@ -37530,13 +37530,13 @@ user streams, and to parse the output into data frames.")
|
||||||
(define-public r-strex
|
(define-public r-strex
|
||||||
(package
|
(package
|
||||||
(name "r-strex")
|
(name "r-strex")
|
||||||
(version "1.6.0")
|
(version "1.6.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "strex" version))
|
(uri (cran-uri "strex" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1fxg07n8cjvvgpbzqhyx5ma5bv6vax1yw0rbfdqfzr79v6k5x3n7"))))
|
"1vz5zrvf052bg2y48yvkci4hciknvyw5gpbvnklgyny5lzlqvyiq"))))
|
||||||
(properties `((upstream-name . "strex")))
|
(properties `((upstream-name . "strex")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in New Issue