gnu: swig: Update to 2.0.12.
* gnu/packages/swig.scm (swig): Update to 2.0.12.
This commit is contained in:
parent
3c0f23290d
commit
17e1ddf697
|
@ -31,14 +31,14 @@
|
||||||
(define swig
|
(define swig
|
||||||
(package
|
(package
|
||||||
(name "swig")
|
(name "swig")
|
||||||
(version "2.0.11")
|
(version "2.0.12")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://sourceforge/swig/swig-"
|
(uri (string-append "mirror://sourceforge/swig/swig-"
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0kj21b6syp62vx68r1j6azv9033kng68pxm1k79pm4skkzr0ny33"))))
|
"1xqp8dx82hd544l60p78g10f7zz1xgw2z22rkhkxgv0clqi3zqb5"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs `(("boost" ,boost)))
|
(native-inputs `(("boost" ,boost)))
|
||||||
(inputs `(("pcre" ,pcre)
|
(inputs `(("pcre" ,pcre)
|
||||||
|
|
Loading…
Reference in New Issue