gnu: swig: Update to 3.0.12.

* gnu/packages/swig.scm (swig): Update to 3.0.12.
This commit is contained in:
Leo Famulari 2017-06-14 10:21:17 -04:00
parent bd590b965e
commit 0122a869ac
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@
(define-public swig (define-public swig
(package (package
(name "swig") (name "swig")
(version "3.0.10") (version "3.0.12")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://sourceforge/" name "/" name "/" (uri (string-append "mirror://sourceforge/" name "/" name "/"
@ -39,7 +39,7 @@
name "-" version ".tar.gz")) name "-" version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"0k7ljh07rla6223lhvljgg881b2qr7hmrfgic9a0j1pckpislf99")))) "0kf99ygrjs5616gsqhz1l7bib3a12izmxi7g48bwblbymr3z9ybw"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs `(("boost" ,boost) (native-inputs `(("boost" ,boost)
("pcre" ,pcre "bin"))) ;for 'pcre-config' ("pcre" ,pcre "bin"))) ;for 'pcre-config'