gnu: zeal: Update to 0.6.1-1.1cfa7c6.
* gnu/packages/documentation.scm (zeal): Update to 0.6.1-1.1cfa7c6. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
55cccab43a
commit
c1e093b521
1 changed files with 2 additions and 2 deletions
|
@ -370,7 +370,7 @@ (define-public scrollkeeper
|
|||
(license lgpl2.1+)))
|
||||
|
||||
(define-public zeal
|
||||
(let ((commit "d3c5521c501d24050f578348ff1b9d68244b992c")
|
||||
(let ((commit "1cfa7c637f745be9d98777f06b4f8dec90892bf2")
|
||||
(revision "1"))
|
||||
(package
|
||||
(name "zeal")
|
||||
|
@ -383,7 +383,7 @@ (define-public zeal
|
|||
(commit commit)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1ky2qi2cmjckc51lm3i28815ixgqdm36j7smixxr16jxpmbqs6sl"))))
|
||||
(base32 "1m7pp3cwc21x03718vhwfd9j2n8md3hv5dp10s234vcsd755s7a3"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ;no tests
|
||||
|
|
Loading…
Reference in a new issue