gnu: r-usethis: Update to 2.2.3.
* gnu/packages/cran.scm (r-usethis): Update to 2.2.3. Change-Id: I69d069d6f068ac8a747d9d623b1c3e425046e730master
parent
81043e9f5a
commit
cca2bc4441
gnu/packages
|
@ -17646,14 +17646,14 @@ User credentials are shared with command line git through the
|
||||||
(define-public r-usethis
|
(define-public r-usethis
|
||||||
(package
|
(package
|
||||||
(name "r-usethis")
|
(name "r-usethis")
|
||||||
(version "2.2.2")
|
(version "2.2.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "usethis" version))
|
(uri (cran-uri "usethis" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0imy9izchr9xzc5wrr91ydfr4jifv8lsqx712zkx0vxfi6kw3n6r"))))
|
"1cyy1k5iansg63ziph4w76kzl59dgmam7m2wp6sz9d93bjcrh34d"))))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
(list r-cli
|
(list r-cli
|
||||||
|
|
Reference in New Issue