mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: trealla: Update to 2.67.14.
* gnu/packages/prolog.scm (trealla): Update to 2.67.14. Change-Id: I8f96b90b0ccc25f5c06782044a3216df2180b447
This commit is contained in:
parent
e2c2f98edd
commit
bcd207005c
1 changed files with 2 additions and 2 deletions
|
@ -182,7 +182,7 @@ it.")
|
||||||
(define-public trealla
|
(define-public trealla
|
||||||
(package
|
(package
|
||||||
(name "trealla")
|
(name "trealla")
|
||||||
(version "2.67.13")
|
(version "2.67.14")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -191,7 +191,7 @@ it.")
|
||||||
(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 "0srk5n87zcqsw78w2aaa6skzrqxa28ikxbwrfqaihdbzhbgvd33f"))
|
(base32 "0h5jnb0bkiwbzq4f1w6sgxzc4v4yxqajab0s4pxcjyhsk6rqmjwg"))
|
||||||
(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…
Add table
Add a link
Reference in a new issue