1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-29 13:31:16 +02:00

gnu: trealla: Update to 2.56.2.

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

Change-Id: I6fd1f43d01d9cbe8056900a30678d1f400b45a5c
This commit is contained in:
jgart
2024-09-30 17:13:27 -05:00
parent 3ab1e50639
commit 6da2deff73

View File

@@ -182,7 +182,7 @@ it.")
(define-public trealla
(package
(name "trealla")
(version "2.56.1")
(version "2.56.2")
(source
(origin
(method git-fetch)
@@ -191,7 +191,7 @@ it.")
(url "https://github.com/trealla-prolog/trealla")
(commit (string-append "v" version))))
(sha256
(base32 "1hba5h2yl4jwjfdl0hb5a8f2xya8hkf9199v5ryg6scbalysl13q"))
(base32 "0yn2vddh2a14yr245lxbbyvjgshkzmbyl3sqyq40ni302yqk9zwj"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(native-inputs