mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 06:46:50 +01:00
gnu: trealla: Update to 2.55.18.
* gnu/packages/prolog.scm (trealla): Update to 2.55.18. Change-Id: I9e1e67ccc4920fe45e46a4918e73f9b5e4fc47c3
This commit is contained in:
parent
119cf2d548
commit
3f9538d97f
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.17")
|
||||
(version "2.55.18")
|
||||
(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 "0z9mmmcb2z2aw3zmv19ai5gf63vv6skl3wzak6pzmlmksmz4yfp3"))
|
||||
(base32 "080q8bgai7yf0dnk8g5s0wy8z9wvbxzrkgm8a9idyk1j6dj8sfik"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue