me
/
guix
Archived
1
0
Fork 0

gnu: swi-prolog: Update to 8.3.20.

* gnu/packages/prolog.scm (swi-prolog): Update to 8.3.20.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
master
Boris A. Dekshteyn 2021-03-19 01:25:31 +12:00 committed by Ludovic Courtès
parent 813cddfa57
commit 7b79ca0a05
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 2 additions and 2 deletions

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.3.10") (version "8.3.20")
(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
"15q40qpxz472lp190zbk0lyap2xgaxzib55l0c3qwgf9haz46j1p")))) "1g0v9cmz8zvzc1n0si7sn6522xwzbhj2b8967ibs6prinrpjc8d6"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
`(#:parallel-build? #t `(#:parallel-build? #t