mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: zeal: Update to 0.7.2.
* gnu/packages/documentation.scm (zeal): Update to 0.7.2. Change-Id: I50c2f35876f83e5bb6a1d1b4c7fd4077bf23a2b2
This commit is contained in:
parent
00f7b0b460
commit
185023d73f
1 changed files with 2 additions and 2 deletions
|
|
@ -410,7 +410,7 @@ the Net to search for documents which are not on the local system.")
|
|||
(define-public zeal
|
||||
(package
|
||||
(name "zeal")
|
||||
(version "0.7.1")
|
||||
(version "0.7.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
|
@ -419,7 +419,7 @@ the Net to search for documents which are not on the local system.")
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1yz9zz18rh1d67w40ib4pna70vqkwa9i9nyj423rjysv5rdj2pzp"))))
|
||||
(base32 "1slq3asssszim9y4lvqx08svilmyisk3cl35mmb676fsx7pningn"))))
|
||||
(build-system qt-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue