mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 14:07:01 +01:00
gnu: djview: Update to 4.12.
* gnu/packages/djvu.scm (djview): Update to 4.12.
This commit is contained in:
parent
9314d82518
commit
8cc6cd3429
1 changed files with 2 additions and 2 deletions
|
@ -80,7 +80,7 @@ (define-public djvulibre
|
|||
(define-public djview
|
||||
(package
|
||||
(name "djview")
|
||||
(version "4.11")
|
||||
(version "4.12")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -88,7 +88,7 @@ (define-public djview
|
|||
(url "https://git.code.sf.net/p/djvu/djview-git")
|
||||
(commit (string-append "release." version))))
|
||||
(sha256
|
||||
(base32 "0qlhd0xlxn8i869m0hwdjvwivi2vigqm88wliyr1h7s84zl3qhsy"))
|
||||
(base32 "0mn9ywjbc7iga50lbjclrk892g0x0rap0dmb6ybzjyarybdhhcxp"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
|
|
Loading…
Reference in a new issue