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:
Ricardo Wurmus 2023-10-31 17:15:12 +01:00
parent a14e534dbd
commit 4f4ab05dc4
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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