me
/
guix
Archived
1
0
Fork 0

gnu: djview: Update to 4.12.

* gnu/packages/djvu.scm (djview): Update to 4.12.
master
Tobias Geerinckx-Rice 2020-11-23 21:35:17 +01:00
parent 9314d82518
commit 8cc6cd3429
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -80,7 +80,7 @@ utilities.")
(define-public djview
(package
(name "djview")
(version "4.11")
(version "4.12")
(source
(origin
(method git-fetch)
@ -88,7 +88,7 @@ utilities.")
(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