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 @@ utilities.")
|
||||||
(define-public djview
|
(define-public djview
|
||||||
(package
|
(package
|
||||||
(name "djview")
|
(name "djview")
|
||||||
(version "4.11")
|
(version "4.12")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -88,7 +88,7 @@ utilities.")
|
||||||
(url "https://git.code.sf.net/p/djvu/djview-git")
|
(url "https://git.code.sf.net/p/djvu/djview-git")
|
||||||
(commit (string-append "release." version))))
|
(commit (string-append "release." version))))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "0qlhd0xlxn8i869m0hwdjvwivi2vigqm88wliyr1h7s84zl3qhsy"))
|
(base32 "0mn9ywjbc7iga50lbjclrk892g0x0rap0dmb6ybzjyarybdhhcxp"))
|
||||||
(file-name (git-file-name name version))))
|
(file-name (git-file-name name version))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
|
|
Reference in a new issue