1
Fork 0
mirror of https://https.git.savannah.gnu.org/git/guix.git/ synced 2025-07-13 02:20:53 +02:00

gnu: trealla: Update to 2.77.49.

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

Change-Id: Ic303eb9a0590853062786b1ae01b9f9efc7f0c43
This commit is contained in:
jgart 2025-07-08 00:42:34 -05:00
parent 0ab50ef678
commit e51a7178b2
No known key found for this signature in database
GPG key ID: A52AA2B477B6DD35

View file

@ -185,7 +185,7 @@ it.")
(define-public trealla (define-public trealla
(package (package
(name "trealla") (name "trealla")
(version "2.77.48") (version "2.77.49")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -194,7 +194,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 "03cg610r6my6anrxdkfpmjclxjvz5g1r32znj5v5bv7cbk7xhhkg")) (base32 "18k52i9x2zrdwa9kjlfp98ycr8w9yw1avsvy14dy6qk0cp5v0kns"))
(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