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.15.
* gnu/packages/prolog.scm (trealla): Update to 2.63.15. Change-Id: I8867f8fc0279ab1cdcab08641aebf8f44e217539
This commit is contained in:
parent
1fe330169c
commit
7ba52cb34b
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.12")
|
||||
(version "2.63.15")
|
||||
(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 "1wjqfrg4s2vmkadjz16hlk7d95npyhac0n1560a7b8dz97szh928"))
|
||||
(base32 "1z0kwfixak2mg3xx5a78sig38jz66v3m2hs8kys38k8981z05171"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue