gnu: swig: Update to 3.0.10.

* gnu/packages/swig.scm (swig): Update to 3.0.10.
This commit is contained in:
Leo Famulari 2016-11-20 23:51:54 -05:00
parent 66b1bac355
commit 6305b81fed
No known key found for this signature in database
GPG key ID: 2646FA30BACA7F08

View file

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