mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-19 01:11:55 -05:00
gnu: r-dichromat: Update to 2.0-0.1.
* gnu/packages/statistics.scm (r-dichromat): Update to 2.0-0.1.
This commit is contained in:
parent
a9ba9c78ac
commit
e4178aceb9
1 changed files with 2 additions and 2 deletions
|
@ -925,13 +925,13 @@ (define-public r-chorddiag
|
|||
(define-public r-dichromat
|
||||
(package
|
||||
(name "r-dichromat")
|
||||
(version "2.0-0")
|
||||
(version "2.0-0.1")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "dichromat" version))
|
||||
(sha256
|
||||
(base32 "1l8db1nk29ccqg3mkbafvfiw0775iq4gapysf88xq2zp6spiw59i"))))
|
||||
(base32 "10b0avdar3d1y8x2ya3x5kqxqg0z0mq872hdzvc1nn4amplph1d1"))))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://cran.r-project.org/web/packages/dichromat")
|
||||
(synopsis "Color schemes for dichromats")
|
||||
|
|
Loading…
Reference in a new issue