mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 11:29:59 +01:00
gnu: trealla: Update to 2.63.12.
* gnu/packages/prolog.scm (trealla): Update to 2.63.12. Change-Id: I522595164a94ae3fc6e8a8c9625934cc4e929cb8
This commit is contained in:
parent
981af99928
commit
395bd78fd0
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.63.11")
|
(version "2.63.12")
|
||||||
(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 "0b0van6lk7yirvlh27xms4ng4hc3k25fafj86hd70k41plq0p7yx"))
|
(base32 "1wjqfrg4s2vmkadjz16hlk7d95npyhac0n1560a7b8dz97szh928"))
|
||||||
(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
Reference in a new issue