summaryrefslogtreecommitdiff
path: root/gnu/packages/fontutils.scm
diff options
context:
space:
mode:
authorEfraim Flashner <efraim@flashner.co.il>2020-12-08 12:41:14 +0200
committerLudovic Courtès <ludo@gnu.org>2020-12-08 14:06:58 +0100
commit7101691676a5441d2985bbb8cd58f8b74be0f9ef (patch)
treeeaa1c9e23950da17b5dcc2ba6f8d60a2a8800d2a /gnu/packages/fontutils.scm
parentc4868e38289baf3a9a74bdf32166d321f7365725 (diff)
downloadguix-patches-7101691676a5441d2985bbb8cd58f8b74be0f9ef.tar
guix-patches-7101691676a5441d2985bbb8cd58f8b74be0f9ef.tar.gz
gnu: libspiro: Update to 20200505 and remove replacement.
* gnu/packages/fontutils.scm (libspiro): Update to 20200505. [replacement]: Remove. (libspiro-20200505): Remove.
Diffstat (limited to 'gnu/packages/fontutils.scm')
-rw-r--r--gnu/packages/fontutils.scm18
1 files changed, 2 insertions, 16 deletions
diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
index 09cd214651..c6c2ba3a16 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -552,8 +552,7 @@ using the above tables.")
(define-public libspiro
(package
(name "libspiro")
- (version "20190731")
- (replacement libspiro-20200505)
+ (version "20200505")
(source
(origin
(method url-fetch)
@@ -561,7 +560,7 @@ using the above tables.")
"/download/" version "/libspiro-" version ".tar.gz"))
(sha256
(base32
- "0m63x97b7aciviijprvy85gm03p2jsgslxn323zl9zn7qz6d3ir4"))))
+ "0j8fmyj4wz6mqk17dqs6f8jx0i52n68gv5px17qbrjnbilg9mih6"))))
(build-system gnu-build-system)
(arguments
'(#:configure-flags '("--disable-static")))
@@ -572,19 +571,6 @@ smooth contours with constant curvature at the spline joins.")
(license license:gpl2+)
(home-page "http://libspiro.sourceforge.net/")))
-(define libspiro-20200505
- (package
- (inherit libspiro)
- (version "20200505")
- (source
- (origin
- (method url-fetch)
- (uri (string-append "https://github.com/fontforge/libspiro/releases"
- "/download/" version "/libspiro-dist-" version ".tar.gz"))
- (sha256
- (base32
- "0j8fmyj4wz6mqk17dqs6f8jx0i52n68gv5px17qbrjnbilg9mih6"))))))
-
(define-public libuninameslist
(package
(name "libuninameslist")