mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 13:36:36 +01:00
gnu: trealla: Update to 2.63.11.
* gnu/packages/prolog.scm (trealla): Update to 2.63.11. Change-Id: I2bd879863a8f705846c0a0a6d08f64fc63cc8f4c
This commit is contained in:
parent
613c8b8170
commit
59df73256c
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.63.10")
|
||||
(version "2.63.11")
|
||||
(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 "18qyk0pl01ihcfd4ccfdr7xxg4bqhk377dvf11v4dkbax85a8s1c"))
|
||||
(base32 "0b0van6lk7yirvlh27xms4ng4hc3k25fafj86hd70k41plq0p7yx"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue