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 @@ (define-public gprolog
(define-public swi-prolog
(package
(name "swi-prolog")
(version "8.1.20")
(version "8.1.21")
(source (origin
(method git-fetch)
(uri (git-reference
@ -96,7 +96,7 @@ (define-public swi-prolog
(file-name (git-file-name name version))
(sha256
(base32
"0blpw5g0gszi83wmvyhlh7pk4wlyx00vgaj6qr3ris36cdl8j10a"))))
"1axdiz37dllw0ih58ffm0m95dfxqfzwahl48hpzq90rz4swcr1lq"))))
(build-system cmake-build-system)
(arguments
`(#:parallel-build? #t