gnu: r-strex: Update to 1.6.1.
* gnu/packages/cran.scm (r-strex): Update to 1.6.1. Change-Id: Id37ef19901a3548128816e2677148405b5845297
This commit is contained in:
parent
a14e534dbd
commit
4f4ab05dc4
1 changed files with 2 additions and 2 deletions
|
@ -37530,13 +37530,13 @@ (define-public r-streamr
|
|||
(define-public r-strex
|
||||
(package
|
||||
(name "r-strex")
|
||||
(version "1.6.0")
|
||||
(version "1.6.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "strex" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1fxg07n8cjvvgpbzqhyx5ma5bv6vax1yw0rbfdqfzr79v6k5x3n7"))))
|
||||
"1vz5zrvf052bg2y48yvkci4hciknvyw5gpbvnklgyny5lzlqvyiq"))))
|
||||
(properties `((upstream-name . "strex")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue