gnu: trealla: Update to 2.55.42.

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

Change-Id: Ie6eb7dd737e4fc09793f59e228e076a967d0cdf5
This commit is contained in:
jgart 2024-09-22 20:37:32 -05:00
parent fc059c66cf
commit 81131cc64b
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
(package
(name "trealla")
(version "2.55.41")
(version "2.55.42")
(source
(origin
(method git-fetch)
@ -191,7 +191,7 @@ (define-public trealla
(url "https://github.com/trealla-prolog/trealla")
(commit (string-append "v" version))))
(sha256
(base32 "0jlc66h3knam890xwwavlgljw9w50h41793w5b2lsfjd4vq48lag"))
(base32 "01j1vyjlr025d708s9yb1bp5yz4cyw692mzcbq2jbxzmmr9ws8hk"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(native-inputs