gnu: pdfpc: Update to 4.3.2.

* gnu/packages/pdf.scm (pdfpc): Update to 4.3.2.
This commit is contained in:
Tobias Geerinckx-Rice 2019-04-24 14:26:02 +02:00
parent 21e67d060b
commit 5e4ac4de79
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

@ -1034,7 +1034,7 @@ multiple files.")
(define-public pdfpc (define-public pdfpc
(package (package
(name "pdfpc") (name "pdfpc")
(version "4.2.1") (version "4.3.2")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -1043,8 +1043,7 @@ multiple files.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32 "15y6g92fp6x6dwwhrhkfny5z20w7pq9c8w19fh2vzff9aa6m2h9z"))))
"1rmsrpf5vlqhnyyrhq8apndny88ld2qvfjx6258653pqbimv7mx5"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments '(#:tests? #f)) ; no test target (arguments '(#:tests? #f)) ; no test target
(inputs (inputs