mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: trealla: Update to 2.58.0.
* gnu/packages/prolog.scm (trealla): Update to 2.58.0. Change-Id: Ibd2a982389a07c07523fa3a787f06e2013adcdfc
This commit is contained in:
parent
fafe0cea38
commit
18ba58a107
1 changed files with 2 additions and 2 deletions
|
@ -182,7 +182,7 @@ (define bin `(,(string-append #$output "/bin")))
|
|||
(define-public trealla
|
||||
(package
|
||||
(name "trealla")
|
||||
(version "2.57.25")
|
||||
(version "2.58.0")
|
||||
(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 "0znsiavz8ikcvr82s41ryaay53i08ghf48ya92hzhqyfy8smw4m1"))
|
||||
(base32 "0mr7wx0pv1nr8svvfbf0961gbavdjyg78v5aryrhdjcvjjvxm18g"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue