From 42db0f4e3356d71f4c223402f461e0ed8798c2cd Mon Sep 17 00:00:00 2001 From: Marius Bakke Date: Sun, 16 May 2021 12:15:43 +0200 Subject: gnu: SWIG: Update to 4.0.2. * gnu/packages/swig.scm (swig): Update to 4.0.2. [arguments]: Remove. --- gnu/packages/swig.scm | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) (limited to 'gnu/packages/swig.scm') diff --git a/gnu/packages/swig.scm b/gnu/packages/swig.scm index 86c1407da9..b14bcd6401 100644 --- a/gnu/packages/swig.scm +++ b/gnu/packages/swig.scm @@ -1,7 +1,7 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2013, 2015, 2016 Ludovic Courtès ;;; Copyright © 2015 Mark H Weaver -;;; Copyright © 2018 Marius Bakke +;;; Copyright © 2018, 2021 Marius Bakke ;;; Copyright © 2019 Efraim Flashner ;;; Copyright © 2020 Arun Isaac ;;; @@ -35,7 +35,7 @@ (define-public swig (package (name "swig") - (version "4.0.1") + (version "4.0.2") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/" name "/" name "/" @@ -43,18 +43,8 @@ name "-" version ".tar.gz")) (sha256 (base32 - "1ac7g0gd8ndwv3ybqn5vjgqxa7090bby4db164a7mn9ssp8b803s")))) + "1z06m5zv87mha6hvys1iay810ghc1jngilfby1ms2n4d1mryjfym")))) (build-system gnu-build-system) - (arguments - '(#:phases - (modify-phases %standard-phases - (add-before 'configure 'workaround-gcc-bug - (lambda _ - ;; XXX: Don't add the -isystem flag, or GCCs #include_next - ;; won't be able to find . - (substitute* "configure" - (("-isystem ") "-I")) - #t))))) (native-inputs `(("boost" ,boost) ("pcre" ,pcre "bin") ;for 'pcre-config' ;; The following are for tests and examples: -- cgit v1.2.3