mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: trealla: Update to 2.54.3.
* gnu/packages/prolog.scm (trealla): Update to 2.54.3. Change-Id: Iacaca2720ae4a457c570ebcd13be0260c81aa691
This commit is contained in:
parent
d4511a8970
commit
c1d367f57e
1 changed files with 2 additions and 2 deletions
|
@ -180,7 +180,7 @@ (define bin `(,(string-append #$output "/bin")))
|
|||
(define-public trealla
|
||||
(package
|
||||
(name "trealla")
|
||||
(version "2.53.48")
|
||||
(version "2.54.3")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -189,7 +189,7 @@ (define-public trealla
|
|||
(url "https://github.com/trealla-prolog/trealla")
|
||||
(commit (string-append "v" version))))
|
||||
(sha256
|
||||
(base32 "19gig7yn34qcw604ffpmwbn87kin5inaplb645b03bj25lr7h76b"))
|
||||
(base32 "1qvfy51xpp2yqzw28psja98p9sm7lf6mb91dz9z35r7xrvkc4s13"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue