gnu: trealla: Update to 2.54.3.

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

Change-Id: Iacaca2720ae4a457c570ebcd13be0260c81aa691
This commit is contained in:
jgart 2024-07-13 10:38:45 -05:00
parent d4511a8970
commit c1d367f57e
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.53.48")
(version "2.54.3")
(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 "19gig7yn34qcw604ffpmwbn87kin5inaplb645b03bj25lr7h76b"))
(base32 "1qvfy51xpp2yqzw28psja98p9sm7lf6mb91dz9z35r7xrvkc4s13"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(native-inputs