gnu: trealla: Update to 2.55.26.

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

Change-Id: I2a2652d2415d007fabf8974212cd35686336905f
This commit is contained in:
jgart 2024-08-26 09:01:09 -05:00
parent 714cbc84cf
commit 4b011ee4ab
No known key found for this signature in database
GPG Key ID: A52AA2B477B6DD35

View File

@ -180,7 +180,7 @@ it.")
(define-public trealla (define-public trealla
(package (package
(name "trealla") (name "trealla")
(version "2.55.25") (version "2.55.26")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -189,7 +189,7 @@ it.")
(url "https://github.com/trealla-prolog/trealla") (url "https://github.com/trealla-prolog/trealla")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(sha256 (sha256
(base32 "0wnrrw8v2cv74x2dqwa8scqwr1i1gasrlndzas8fcc1f7y6k83s9")) (base32 "0nq9qhvyx6d7b4q0lq9j4w5ihpjpk3nyz22hcgzy0cqrzq8j1rgf"))
(file-name (git-file-name name version)))) (file-name (git-file-name name version))))
(build-system gnu-build-system) (build-system gnu-build-system)
(native-inputs (native-inputs