mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: trealla: Update to 2.55.44.
* gnu/packages/prolog.scm (trealla): Update to 2.55.44. Change-Id: Iab05e055828d98a72ac46d4bc4d84b82b3cb8ca6
This commit is contained in:
parent
a4ea332bc2
commit
d7df503c5a
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.55.43")
|
||||
(version "2.55.44")
|
||||
(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 "0n4bjyk1rd6inmmmp4jc6z6pjnfg0ax62jilb34lwz203xm5bjxv"))
|
||||
(base32 "0inbxfqq05c651zjlrhkv7cp1a80gazcsmns14cxcaijnswn7z0g"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue