gnu: r-strex: Update to 2.0.0.

* gnu/packages/cran.scm (r-strex): Update to 2.0.0.
[propagated-inputs]: Add r-lifecycle.

Change-Id: I2a0ece4937539e22e1bbf80e0aefe365da19c0d5
This commit is contained in:
Ricardo Wurmus 2024-02-01 22:13:04 +01:00
parent afc0e0d8dc
commit 29c4796ff9
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -38237,17 +38237,22 @@ (define-public r-streamr
(define-public r-strex
(package
(name "r-strex")
(version "1.6.1")
(version "2.0.0")
(source (origin
(method url-fetch)
(uri (cran-uri "strex" version))
(sha256
(base32
"1vz5zrvf052bg2y48yvkci4hciknvyw5gpbvnklgyny5lzlqvyiq"))))
"1cxkpqwnpsqkg0i6n6bkkgbf3jkbgff5s8db95rz57lki8xwlqp9"))))
(properties `((upstream-name . "strex")))
(build-system r-build-system)
(propagated-inputs
(list r-checkmate r-magrittr r-rlang r-stringi r-stringr))
(list r-checkmate
r-lifecycle
r-magrittr
r-rlang
r-stringi
r-stringr))
(native-inputs (list r-knitr))
(home-page "https://rorynolan.github.io/strex/")
(synopsis "Extra string manipulation functions")