gnu: trealla: Update to 2.55.6.

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

Change-Id: I258ebe918fb71876fbdda7277d468f863633ef3b
This commit is contained in:
jgart 2024-07-25 16:35:43 -05:00
parent be6b6d61a7
commit 17ea7dc50f
No known key found for this signature in database
GPG key ID: A52AA2B477B6DD35

View file

@ -180,7 +180,7 @@ (define bin `(,(string-append #$output "/bin")))
(define-public trealla
(package
(name "trealla")
(version "2.55.5")
(version "2.55.6")
(source
(origin
(method git-fetch)
@ -189,7 +189,7 @@ (define-public trealla
(url "https://github.com/trealla-prolog/trealla")
(commit (string-append "v" version))))
(sha256
(base32 "070z6z4facjfikj4wplvy0vsymllgqw641i8jbmhyhhq0rpqxv0n"))
(base32 "1aj0l3r0qgaz9ya8msl7bnkz0m8irpvcy2p90y3r3hqbb2ha8i03"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(native-inputs