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
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.5") (version "3.0.10")
(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
"0g1a69vrqxgsnr1wkx851ljn73a2x3jqzxa66s2l3w0kyblbjk4z")))) "0k7ljh07rla6223lhvljgg881b2qr7hmrfgic9a0j1pckpislf99"))))
(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'