mirror of
git://git.savannah.gnu.org/guix.git
synced 2023-12-14 03:33:07 +01:00
gnu: r-gert: Update to 1.1.0.
* gnu/packages/cran.scm (r-gert): Update to 1.1.0. [propagated-inputs]: Add r-sys.
This commit is contained in:
parent
4585cbcbeb
commit
ac9293a49b
1 changed files with 3 additions and 2 deletions
|
@ -10351,14 +10351,14 @@ user credentials.")
|
||||||
(define-public r-gert
|
(define-public r-gert
|
||||||
(package
|
(package
|
||||||
(name "r-gert")
|
(name "r-gert")
|
||||||
(version "1.0.2")
|
(version "1.1.0")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "gert" version))
|
(uri (cran-uri "gert" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1lq4hgv2727lwcv8vha5af26nslj99rjxjrgflshmmcihawpls1n"))))
|
"09har6mj7qy813s6dxyzfzmjwg60m8c01yx3q6lfsnvwqzxlqxv8"))))
|
||||||
(properties `((upstream-name . "gert")))
|
(properties `((upstream-name . "gert")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
|
@ -10369,6 +10369,7 @@ user credentials.")
|
||||||
("r-credentials" ,r-credentials)
|
("r-credentials" ,r-credentials)
|
||||||
("r-openssl" ,r-openssl)
|
("r-openssl" ,r-openssl)
|
||||||
("r-rstudioapi" ,r-rstudioapi)
|
("r-rstudioapi" ,r-rstudioapi)
|
||||||
|
("r-sys" ,r-sys)
|
||||||
("r-zip" ,r-zip)))
|
("r-zip" ,r-zip)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
|
|
Loading…
Reference in a new issue