From eae865c134ebb8b7432572288e8721794d6a9b87 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Thu, 4 Feb 2021 09:40:49 +0100 Subject: gnu: guile-cairo: Update to 1.11.2. * gnu/packages/gtk.scm (guile-cairo): Update to 1.11.2. [source]: Remove now unnecessary bit from 'snippet'. --- gnu/packages/gtk.scm | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'gnu/packages') diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm index cd6f9bd7ce..c6b4b6197a 100644 --- a/gnu/packages/gtk.scm +++ b/gnu/packages/gtk.scm @@ -1,6 +1,6 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2013 Andreas Enge -;;; Copyright © 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020 Ludovic Courtès +;;; Copyright © 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020, 2021 Ludovic Courtès ;;; Copyright © 2014, 2015, 2017, 2018, 2019 Mark H Weaver ;;; Copyright © 2014 Eric Bavier ;;; Copyright © 2015 Federico Beffa @@ -933,14 +933,14 @@ (define-public gtk+ (define-public guile-cairo (package (name "guile-cairo") - (version "1.11.1") + (version "1.11.2") (source (origin (method url-fetch) (uri (string-append "mirror://savannah/guile-cairo/guile-cairo-" version ".tar.gz")) (sha256 (base32 - "1gc642r9ndsjhhmh9bl5cbd3dwvy4dpxwhr0zpsw43y9nmz37xpl")) + "0yx0844p61ljd4d3d63qrawiygiw6ks02fwv2cqx7nav5kfd8ck2")) (modules '((guix build utils))) (snippet (begin @@ -951,12 +951,6 @@ (define-public guile-cairo (string-append name "dir = " prefix "/guile/site/@GUILE_EFFECTIVE_VERSION@" suffix))) - - ;; Guile 2.x used to pull in and - ;; other headers but this is no longer the case in 3.0. - (substitute* (find-files "." "\\.[ch]$") - (("^ *# *include.*libguile\\.h.*$") - "#include \n#include \n")) #t))))) (build-system gnu-build-system) (arguments -- cgit v1.2.3