aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-04-24 14:26:02 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-04-24 14:26:02 +0200
commit5e4ac4de79dd13f21a82852e3744bcabfab40183 (patch)
tree01832ad8fdc99ab07c1a93e5563a248c7e2cee52 /gnu/packages
parent21e67d060b9e1fb7f4b1bdbb431104124b6f69a9 (diff)
downloadguix-5e4ac4de79dd13f21a82852e3744bcabfab40183.tar.gz
guix-5e4ac4de79dd13f21a82852e3744bcabfab40183.zip
gnu: pdfpc: Update to 4.3.2.
* gnu/packages/pdf.scm (pdfpc): Update to 4.3.2.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/pdf.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index ff26bed64f..3f54fca985 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -1034,7 +1034,7 @@ multiple files.")
(define-public pdfpc
(package
(name "pdfpc")
- (version "4.2.1")
+ (version "4.3.2")
(source
(origin
(method git-fetch)
@@ -1043,8 +1043,7 @@ multiple files.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32
- "1rmsrpf5vlqhnyyrhq8apndny88ld2qvfjx6258653pqbimv7mx5"))))
+ (base32 "15y6g92fp6x6dwwhrhkfny5z20w7pq9c8w19fh2vzff9aa6m2h9z"))))
(build-system cmake-build-system)
(arguments '(#:tests? #f)) ; no test target
(inputs
d>2018-01-16gnu: lxde: Use HTTPS for lxde.org home pages....Tobias Geerinckx-Rice 2017-11-23gnu: pcmanfm: Fix CVE-2017-8934....Brendan Tildesley 2017-11-23gnu: pcmanfm: Add missing inputs. Remove comment....Brendan Tildesley 2017-05-11gnu: lxde-common: Provide 'startlxde' with the 'lxsession' file name....Ludovic Courtès 2017-05-09gnu: lxterminal: Fix CVE-2016-10369....Leo Famulari 2017-04-10gnu: Add gpicview....Mathieu Othacehe 2017-04-10gnu: lxde: Add leafpad....Mathieu Othacehe 2017-03-29gnu: lxsession: Build Vala code from source....Ludovic Courtès 2017-03-28gnu: Add lxde....ng0 2017-03-28gnu: Add lxpanel....ng0 2017-03-28gnu: Add lxsession....ng0 2017-03-28gnu: Add lxinput....ng0 2017-03-28gnu: Add lxde-common....ng0 2017-03-28gnu: Add lxde-icon-theme....ng0 2017-03-28gnu: Add lxmenu-data....ng0