gnu: r-downlit: Update to 0.4.3.
* gnu/packages/cran.scm (r-downlit): Update to 0.4.3.
This commit is contained in:
parent
362b352c92
commit
7ecefb14dd
1 changed files with 2 additions and 2 deletions
|
@ -36088,14 +36088,14 @@ AGG to use as alternative to the raster devices provided through the
|
||||||
(define-public r-downlit
|
(define-public r-downlit
|
||||||
(package
|
(package
|
||||||
(name "r-downlit")
|
(name "r-downlit")
|
||||||
(version "0.4.2")
|
(version "0.4.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (cran-uri "downlit" version))
|
(uri (cran-uri "downlit" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0g3yncj3gmaqsc6cw7g9slgvd0kfk2414yz5m1dilk8h15lzdprk"))))
|
"1gdk6rj3539vnm979spd8py0rpvlaniyiy336abi39g8xjcbw3vc"))))
|
||||||
(properties `((upstream-name . "downlit")))
|
(properties `((upstream-name . "downlit")))
|
||||||
(build-system r-build-system)
|
(build-system r-build-system)
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
|
|
Reference in a new issue