mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-16 16:08:04 -05:00
gnu: r-downlit: Update to 0.4.4.
* gnu/packages/cran.scm (r-downlit): Update to 0.4.4. Change-Id: I7c75a65f8e18a26309065017a27e77e6397f3b5c
This commit is contained in:
parent
7a9e99f3a1
commit
55343948ae
1 changed files with 2 additions and 2 deletions
|
@ -39292,14 +39292,14 @@ (define-public r-ragg
|
|||
(define-public r-downlit
|
||||
(package
|
||||
(name "r-downlit")
|
||||
(version "0.4.3")
|
||||
(version "0.4.4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "downlit" version))
|
||||
(sha256
|
||||
(base32
|
||||
"1gdk6rj3539vnm979spd8py0rpvlaniyiy336abi39g8xjcbw3vc"))))
|
||||
"0a7q90623ahcadqg0b3a0qylachq7nghf50f0v0lip2axvf7ghsm"))))
|
||||
(properties `((upstream-name . "downlit")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue