mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
gnu: r-slider: Update to 0.3.1.
* gnu/packages/cran.scm (r-slider): Update to 0.3.1. Change-Id: I7540954ff03379d5b04afaeb263d7443d9e38288
This commit is contained in:
parent
45e9d9ca43
commit
7c2969fd6e
1 changed files with 2 additions and 2 deletions
|
@ -34734,14 +34734,14 @@ different palettes and includes both diverging and sequential types.")
|
|||
(define-public r-slider
|
||||
(package
|
||||
(name "r-slider")
|
||||
(version "0.3.0")
|
||||
(version "0.3.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "slider" version))
|
||||
(sha256
|
||||
(base32
|
||||
"18gw0bxpbb00qcafmyv2avyj83s710hrj10x998ch9qbbyx1fsmw"))))
|
||||
"1c19lk0ddh5qh0jzx7178l314zyygmlpmbvn7670bcmdbxwjc2i0"))))
|
||||
(properties `((upstream-name . "slider")))
|
||||
(build-system r-build-system)
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Add table
Reference in a new issue