gnu: swi-prolog: Update to 8.3.10.
* gnu/packages/prolog.scm (swi-prolog): Update to 8.3.10.
This commit is contained in:
parent
e997673eda
commit
88d19248b9
1 changed files with 2 additions and 2 deletions
|
@ -86,7 +86,7 @@ manner. It also features an interactive interpreter.")
|
||||||
(define-public swi-prolog
|
(define-public swi-prolog
|
||||||
(package
|
(package
|
||||||
(name "swi-prolog")
|
(name "swi-prolog")
|
||||||
(version "8.3.9")
|
(version "8.3.10")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -96,7 +96,7 @@ manner. It also features an interactive interpreter.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0ixb8pc5s7q8q0njs8is1clpvik6jhhdcwnys7m9rpwdzgi10sjz"))))
|
"15q40qpxz472lp190zbk0lyap2xgaxzib55l0c3qwgf9haz46j1p"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:parallel-build? #t
|
`(#:parallel-build? #t
|
||||||
|
|
Reference in a new issue