This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 1eca837012 gnu: trealla: Update to 3.0.5.
1eca837012 is described below
commit 1eca837012f43e503ea6be4b96f25ea9abbaaee7
Author: jgart <[email protected]>
AuthorDate: Mon Jul 27 16:26:00 2026 +0100
gnu: trealla: Update to 3.0.5.
* gnu/packages/prolog.scm (trealla): Update to 3.0.5.
[arguments]: Update Makefile name to reflect source repo.
Change-Id: Ice8ee6f92f96b8019abc12b96412d6209ae5c567
---
gnu/packages/prolog.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/prolog.scm b/gnu/packages/prolog.scm
index 5cb285d0e9..3f8cdef446 100644
--- a/gnu/packages/prolog.scm
+++ b/gnu/packages/prolog.scm
@@ -237,7 +237,7 @@ it.")
(define-public trealla
(package
(name "trealla")
- (version "3.0.0")
+ (version "3.0.5")
(source
(origin
(method git-fetch)
@@ -246,7 +246,7 @@ it.")
(url "https://github.com/trealla-prolog/trealla")
(commit (string-append "v" version))))
(sha256
- (base32 "0vqsmnawgl2b902d6ndvbfrh8qbkvjhygxkk0n8vhvcfm78mwda9"))
+ (base32 "0wwhgcx8m6xllpd4a7nc6kavk5xidyx7rsp1zp2c48hsgi853kz9"))
(file-name (git-file-name name version))))
(build-system gnu-build-system)
(inputs
@@ -271,7 +271,7 @@ it.")
(delete 'configure)
(add-before 'build 'patch-package-version
(lambda _
- (substitute* "Makefile"
+ (substitute* "GNUmakefile"
(("\\$\\(shell git describe --abbrev=4 --dirty --always
--tags\\)")
(string-append "v" #$version)))))
(add-after 'unpack 'fix-paths