mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 05:48:07 -05:00
gnu: r-gdtools: Update to 0.4.0.
* gnu/packages/statistics.scm (r-gdtools): Update to 0.4.0. [propagated-inputs]: Remove r-curl and r-gfonts. Change-Id: I45f6cbbfb305aee304fb8d17ee9b6dec28e2b816
This commit is contained in:
parent
5fc145ea35
commit
67b6501de8
1 changed files with 3 additions and 8 deletions
|
@ -1334,26 +1334,21 @@ (define-public r-ggdendro
|
|||
(define-public r-gdtools
|
||||
(package
|
||||
(name "r-gdtools")
|
||||
(version "0.3.7")
|
||||
(version "0.4.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "gdtools" version))
|
||||
(sha256
|
||||
(base32
|
||||
"155ky9fdi023b5fjk1gh3607xlgm3hymq232fq03ip2aaywc74nj"))))
|
||||
"0srg8034a6pc677njzn42abqh6r4lzvfm3xw0np579kvk6d6w4z1"))))
|
||||
(build-system r-build-system)
|
||||
(native-inputs
|
||||
(list pkg-config))
|
||||
(inputs
|
||||
(list cairo fontconfig freetype zlib))
|
||||
(propagated-inputs
|
||||
(list r-curl
|
||||
r-fontquiver
|
||||
r-gfonts
|
||||
r-htmltools
|
||||
r-rcpp
|
||||
r-systemfonts))
|
||||
(list r-fontquiver r-htmltools r-rcpp r-systemfonts))
|
||||
(home-page "https://cran.r-project.org/web/packages/gdtools")
|
||||
(synopsis "Utilities for graphical rendering")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue