mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: r-polyclip: Update to 1.10-4.
* gnu/packages/cran.scm (r-polyclip): Update to 1.10-4.
This commit is contained in:
parent
a074f0e39f
commit
120b0ba7fa
1 changed files with 2 additions and 2 deletions
|
@ -19619,14 +19619,14 @@ (define-public r-tweenr
|
|||
(define-public r-polyclip
|
||||
(package
|
||||
(name "r-polyclip")
|
||||
(version "1.10-0")
|
||||
(version "1.10-4")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (cran-uri "polyclip" version))
|
||||
(sha256
|
||||
(base32
|
||||
"0jyk4maqiblvj095jd59dr76kbniyli3v3xvy0a72ljszq6vrnkl"))))
|
||||
"0mkg5v045an49c3j279vvabm7p4d9jsnzlfp96dpblvihxvwkll4"))))
|
||||
(build-system r-build-system)
|
||||
(native-inputs (list pkg-config))
|
||||
(home-page "http://www.angusj.com/delphi/clipper.php")
|
||||
|
|
Loading…
Reference in a new issue