gnu: trealla: Update to 2.55.32.

* gnu/packages/prolog.scm (trealla): Update to 2.55.32.

Change-Id: I210d8c7c89b58c8308073fced54765382f0463e5
This commit is contained in:
jgart 2024-09-03 06:13:43 -05:00
parent e400f36035
commit 959e74bd72
No known key found for this signature in database
GPG key ID: A52AA2B477B6DD35

View file

@ -182,7 +182,7 @@ (define bin `(,(string-append #$output "/bin")))
(define-public trealla
(package
(name "trealla")
(version "2.55.31")
(version "2.55.32")
(source
(origin
(method git-fetch)
@ -191,7 +191,7 @@ (define-public trealla
(url "https://github.com/trealla-prolog/trealla")
(commit (string-append "v" version))))
(sha256
(base32 "0fdhclcpmmqghmr5wxqbm86scy2drg4jx2p1dvnvd2d0c39s45gs"))
(base32 "0mx87i03x8qxsrlsvxpazpn28jna48sgjla78sgjl3lr04pw9z1j"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(native-inputs