diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-23 21:35:17 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-11-23 22:12:18 +0100 |
commit | 8cc6cd3429a1f5d9e31a48e420b53e4e2acda84f (patch) | |
tree | ee3205ad7c9d406a7f2b3f5d11ef9ad0b2cd0956 /gnu/packages | |
parent | 9314d8251897b263750b97a7429f922d644b613c (diff) |
gnu: djview: Update to 4.12.
* gnu/packages/djvu.scm (djview): Update to 4.12.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/djvu.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/djvu.scm b/gnu/packages/djvu.scm index 65d712819c..605a922768 100644 --- a/gnu/packages/djvu.scm +++ b/gnu/packages/djvu.scm @@ -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 |