mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-20 05:37:34 -05:00
gnu: r-mgsub: Update to 1.7.3.
* gnu/packages/cran.scm (r-mgsub): Update to 1.7.3.
This commit is contained in:
parent
1d2b6230da
commit
03260ba1a4
1 changed files with 2 additions and 2 deletions
|
@ -28780,14 +28780,14 @@ (define-public r-qdapregex
|
|||
(define-public r-mgsub
|
||||
(package
|
||||
(name "r-mgsub")
|
||||
(version "1.7.2")
|
||||
(version "1.7.3")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "mgsub" version))
|
||||
(sha256
|
||||
(base32
|
||||
"02l1b96zv36ia0c97wgcwfhi037mbn3wy9c64hcw0n0w67yj77rr"))))
|
||||
"1mci6x65h94qiz9cwikx2inbrwkykv43zbs8abfbx416zrh2bbn9"))))
|
||||
(properties `((upstream-name . "mgsub")))
|
||||
(build-system r-build-system)
|
||||
(native-inputs `(("r-knitr" ,r-knitr)))
|
||||
|
|
Loading…
Reference in a new issue