mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 05:18:07 -05:00
gnu: swi-prolog: Update to 8.1.21.
* gnu/packages/prolog.scm (swi-prolog): Update to 8.1.21.
This commit is contained in:
parent
efff7e19fa
commit
2aa1e76519
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue