gnu: trealla: Update to 2.55.24.

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

Change-Id: I0e94ef0b863f137d63bd36e13212d64263f496d4
This commit is contained in:
jgart 2024-08-25 09:08:39 -05:00
parent 4fe361e728
commit 9640f4a01a
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.23")
(version "2.55.24")
(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 "15gssnm8311md0vfdqz6gh1bfibdwi4dvzv9vd625ichz9r6vl50"))
(base32 "0ll3c2dy9lg3gllg1dirpfd8p0195d277r14nv17d4h6jcj4qlc4"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(native-inputs