mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00: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 @@ 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue