mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: potrace: Update to 1.16.
* gnu/packages/patches/potrace-tests.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/fontutils.scm (potrace): Update to 1.16. [source](patches): Remove.
This commit is contained in:
parent
bf115891dc
commit
d9ff6ad88c
3 changed files with 2 additions and 54 deletions
|
@ -468,7 +468,7 @@ and returns a sequence of positioned glyphids from the font.")
|
|||
(define-public potrace
|
||||
(package
|
||||
(name "potrace")
|
||||
(version "1.15")
|
||||
(version "1.16")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -476,8 +476,7 @@ and returns a sequence of positioned glyphids from the font.")
|
|||
"/potrace-" version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"17ajildjp14shsy339xarh1lw1p0k60la08ahl638a73mh23kcx9"))
|
||||
(patches (search-patches "potrace-tests.patch"))))
|
||||
"1k3sxgjqq0jnpk9xxys05q32sl5hbf1lbk1gmfxcrmpdgnhli0my"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs `(("ghostscript" ,ghostscript))) ;for tests
|
||||
(inputs `(("zlib" ,zlib)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue