gnu: trealla: Update to 2.55.1.
* gnu/packages/prolog.scm (trealla): Update to 2.55.1. Change-Id: Ib3888d69aa7fa38c03d171a624500ed28098f031master
parent
976884dea1
commit
9befcfe6fb
|
@ -180,7 +180,7 @@ it.")
|
|||
(define-public trealla
|
||||
(package
|
||||
(name "trealla")
|
||||
(version "2.55.0")
|
||||
(version "2.55.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -189,7 +189,7 @@ it.")
|
|||
(url "https://github.com/trealla-prolog/trealla")
|
||||
(commit (string-append "v" version))))
|
||||
(sha256
|
||||
(base32 "0bizb90cwnfmmmf6w2sml482lzkn2i8m4wvzmdqzr7q2dp87vwcp"))
|
||||
(base32 "1iqamc0vbga003npflv47jjp95wcr00bgr02lwqh0wmp9ids6xxv"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
|
|
Reference in New Issue