me
/
guix
Archived
1
0
Fork 0

gnu: libspiro: Update to 20190731.

* gnu/packages/fontutils.scm (libspiro): Update to 20190731.
[source](uri): Adjust file name.
master
Marius Bakke 2019-12-03 00:21:36 +01:00
parent 63a572cbd3
commit 600037b375
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 3 additions and 3 deletions

View File

@ -525,15 +525,15 @@ using the above tables.")
(define-public libspiro
(package
(name "libspiro")
(version "0.5.20150702")
(version "20190731")
(source
(origin
(method url-fetch)
(uri (string-append "https://github.com/fontforge/libspiro/releases"
"/download/" version "/libspiro-dist-" version ".tar.gz"))
"/download/" version "/libspiro-" version ".tar.gz"))
(sha256
(base32
"153ckwj6h3wwlsgcppzqj8cymv1927hi8ar8fzpchq5q89cj2kai"))))
"0m63x97b7aciviijprvy85gm03p2jsgslxn323zl9zn7qz6d3ir4"))))
(build-system gnu-build-system)
(synopsis "Clothoid to bezier conversion library")
(description