mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05: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:
parent
3ab1e50639
commit
6da2deff73
1 changed files with 2 additions and 2 deletions
|
@ -182,7 +182,7 @@ (define bin `(,(string-append #$output "/bin")))
|
||||||
(define-public trealla
|
(define-public trealla
|
||||||
(package
|
(package
|
||||||
(name "trealla")
|
(name "trealla")
|
||||||
(version "2.56.1")
|
(version "2.56.2")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -191,7 +191,7 @@ (define-public trealla
|
||||||
(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 "1hba5h2yl4jwjfdl0hb5a8f2xya8hkf9199v5ryg6scbalysl13q"))
|
(base32 "0yn2vddh2a14yr245lxbbyvjgshkzmbyl3sqyq40ni302yqk9zwj"))
|
||||||
(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
|
||||||
|
|
Loading…
Reference in a new issue