mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: r-downlit: Update to 0.4.2.
* gnu/packages/cran.scm (r-downlit): Update to 0.4.2.
This commit is contained in:
parent
d16106e744
commit
06fd18d0ea
1 changed files with 2 additions and 2 deletions
|
@ -30868,14 +30868,14 @@ (define-public r-ragg
|
|||
(define-public r-downlit
|
||||
(package
|
||||
(name "r-downlit")
|
||||
(version "0.4.1")
|
||||
(version "0.4.2")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "downlit" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1h9jjrrfm1k4lz7hlg9qvqny5s1qq3p4l9pzsy6vqg4zmh2nb85v"))))
|
||||
"0g3yncj3gmaqsc6cw7g9slgvd0kfk2414yz5m1dilk8h15lzdprk"))))
|
||||
(properties `((upstream-name . "downlit")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue