gnu: swi-prolog: Update to 8.1.21.

* gnu/packages/prolog.scm (swi-prolog): Update to 8.1.21.
This commit is contained in:
Brett Gilio 2020-01-24 16:31:13 -06:00
parent efff7e19fa
commit 2aa1e76519
No known key found for this signature in database
GPG key ID: 672243C4A03F0EEE

View file

@ -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.1.20") (version "8.1.21")
(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
"0blpw5g0gszi83wmvyhlh7pk4wlyx00vgaj6qr3ris36cdl8j10a")))) "1axdiz37dllw0ih58ffm0m95dfxqfzwahl48hpzq90rz4swcr1lq"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
`(#:parallel-build? #t `(#:parallel-build? #t