gnu: r-polyclip: Update to 1.10-7.

* gnu/packages/cran.scm (r-polyclip): Update to 1.10-7.

Change-Id: Ie14ec6583d7e4476154b02da94ac8ff9ea705777
This commit is contained in:
Ricardo Wurmus 2024-08-16 18:36:12 +02:00
parent d3d86f950f
commit 5537640fdb
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -25551,14 +25551,14 @@ color.")
(define-public r-polyclip
(package
(name "r-polyclip")
(version "1.10-6")
(version "1.10-7")
(source
(origin
(method url-fetch)
(uri (cran-uri "polyclip" version))
(sha256
(base32
"0qwb5w1ishbhg1nhdp8985ddvcs7ljdyrbv059hx576xmgni6brw"))))
"1lshalmhdaw0g0hzfy2qwid282pq3kwzy4jz1hf73xmjlp1sm3pm"))))
(build-system r-build-system)
(native-inputs (list pkg-config))
(home-page "http://www.angusj.com/delphi/clipper.php")