mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: trealla: Update to 2.55.19.
* gnu/packages/prolog.scm (trealla): Update to 2.55.19. Change-Id: I4f79c9e3f0e61fb5b708dfe77b25fd237ed24ab4
This commit is contained in:
parent
3f9538d97f
commit
2b7e2f4416
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.55.18")
|
||||
(version "2.55.19")
|
||||
(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 "080q8bgai7yf0dnk8g5s0wy8z9wvbxzrkgm8a9idyk1j6dj8sfik"))
|
||||
(base32 "0jvgy6kr07grhiyxvhx9nxib6lkdfsg2pfqsmmyqpawapsg8k320"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue