mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: r-wesanderson: Update to 0.3.7.
* gnu/packages/cran.scm (r-wesanderson): Update to 0.3.7. Change-Id: I8df7f543eb82dc45da68ba5a3b116006a8463973
This commit is contained in:
parent
4f68d59d5c
commit
76b34f7130
1 changed files with 2 additions and 2 deletions
|
@ -5225,14 +5225,14 @@ (define-public r-sankeyd3
|
|||
(define-public r-wesanderson
|
||||
(package
|
||||
(name "r-wesanderson")
|
||||
(version "0.3.6")
|
||||
(version "0.3.7")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "wesanderson" version))
|
||||
(sha256
|
||||
(base32
|
||||
"09mr6p2jmqdjq27cz974w5hyxgn929zp9z3inhxqmmh1582fmdi2"))))
|
||||
"0kjyz5mrkrirg2glf57b0rhxj2fdp1m6q8zx947y0jg1w425cbn9"))))
|
||||
(properties `((upstream-name . "wesanderson")))
|
||||
(build-system r-build-system)
|
||||
(home-page "https://github.com/karthik/wesanderson")
|
||||
|
|
Loading…
Reference in a new issue