diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-04-24 14:26:02 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-04-24 14:26:02 +0200 |
commit | 5e4ac4de79dd13f21a82852e3744bcabfab40183 (patch) | |
tree | 01832ad8fdc99ab07c1a93e5563a248c7e2cee52 | |
parent | 21e67d060b9e1fb7f4b1bdbb431104124b6f69a9 (diff) | |
download | guix-5e4ac4de79dd13f21a82852e3744bcabfab40183.tar guix-5e4ac4de79dd13f21a82852e3744bcabfab40183.tar.gz |
gnu: pdfpc: Update to 4.3.2.
* gnu/packages/pdf.scm (pdfpc): Update to 4.3.2.
-rw-r--r-- | gnu/packages/pdf.scm | 5 |
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 |