mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: swig: Update to 3.0.2.
* gnu/packages/swig.scm (swig): Update to 3.0.2.
This commit is contained in:
parent
17e1ddf697
commit
4f38d922fe
1 changed files with 2 additions and 2 deletions
|
@ -31,14 +31,14 @@ (define-module (gnu packages swig)
|
|||
(define swig
|
||||
(package
|
||||
(name "swig")
|
||||
(version "2.0.12")
|
||||
(version "3.0.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://sourceforge/swig/swig-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1xqp8dx82hd544l60p78g10f7zz1xgw2z22rkhkxgv0clqi3zqb5"))))
|
||||
"04vqrij3k6pcq41y7rzl5rmhnghqg905f11wyrqw7vdwr9brcrm2"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs `(("boost" ,boost)))
|
||||
(inputs `(("pcre" ,pcre)
|
||||
|
|
Loading…
Reference in a new issue