mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
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:
parent
afc0e0d8dc
commit
29c4796ff9
1 changed files with 8 additions and 3 deletions
|
@ -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")
|
||||
|
|
Loading…
Reference in a new issue