1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-06 21:20:33 +02:00

gnu: trealla: Update to 2.74.23.

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

Change-Id: Iaee68925dc45e05e8309d80332c1ee1c020aef1f
This commit is contained in:
jgart
2025-06-22 21:24:19 -04:00
parent fa75614243
commit f511be7bcc

View File

@@ -185,7 +185,7 @@ it.")
(define-public trealla
(package
(name "trealla")
(version "2.74.10")
(version "2.74.23")
(source
(origin
(method git-fetch)
@@ -194,7 +194,7 @@ it.")
(url "https://github.com/trealla-prolog/trealla")
(commit (string-append "v" version))))
(sha256
(base32 "098vlxx084w19mgp138nbj8f3kdxyfd8bq0zabiragx5pcgw0ynk"))
(base32 "10bz7kw3mzjc0acy9rrz80g3pjx68f7rbg60147q8inc5sxmc8kd"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(native-inputs