mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: trealla: Update to 2.55.29.
* gnu/packages/prolog.scm (trealla): Update to 2.55.29. Change-Id: I1b395507c9011a5f7a518da72c9197b6d4727116
This commit is contained in:
parent
1569b861f5
commit
1d3731db22
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.55.28")
|
||||
(version "2.55.29")
|
||||
(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 "0srgmqx290i84lwmcizqla8z4lmai1rpjrxfc5x95kd5crvh2pd2"))
|
||||
(base32 "0ligh001ixfy02r7z5d2xyzywn54najrsv3xfgvh2sjnk8f8y60b"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue