gnu: r-gert: Update to 2.0.1.
* gnu/packages/cran.scm (r-gert): Update to 2.0.1. Change-Id: I1a38e4030ccf3d13bdfe911124368c64cc88995d
This commit is contained in:
parent
ac1cb93de6
commit
0374da1c50
1 changed files with 2 additions and 2 deletions
|
@ -17131,14 +17131,14 @@ user credentials.")
|
||||||
(define-public r-gert
|
(define-public r-gert
|
||||||
(package
|
(package
|
||||||
(name "r-gert")
|
(name "r-gert")
|
||||||
(version "2.0.0")
|
(version "2.0.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "gert" version))
|
(uri (cran-uri "gert" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"14b3bppid65jpzxrc7ddvvyr2qafv08z75v19rvfiv7780vpq53w"))))
|
"14nh7j0xz1s4ngsd5n3hixr534z843a38y57grwqkkh9g21q9mqf"))))
|
||||||
(properties `((upstream-name . "gert")))
|
(properties `((upstream-name . "gert")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Reference in a new issue