gnu: trealla: Update to 2.55.39.

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

Change-Id: Ia129975edb2fd06bef1234c7b7a1257d1b2eca2d
This commit is contained in:
jgart 2024-09-16 00:37:33 -05:00
parent 91d068bc4d
commit e1f6f05d64
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 (define-public trealla
(package (package
(name "trealla") (name "trealla")
(version "2.55.38") (version "2.55.39")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -191,7 +191,7 @@ (define-public trealla
(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 "18672hm7gxr2nfziqw87pxbsnl3nyjcrj80iwg95b8mqm40z7spp")) (base32 "1ijc81s2rr3pjxcysjacb32khj5wkny0pm4ml7dcxn4v6vd3fh6w"))
(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