3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: pdfpc: Upgrade to 4.4.0

* gnu/packages/pdf.scm (pdfpc): Upgrade to 4.4.0.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
This commit is contained in:
Jack Hill 2020-04-24 16:04:02 -04:00 committed by Marius Bakke
parent 5e57967652
commit 45320ad808
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -1232,7 +1232,7 @@ multiple files.")
(define-public pdfpc
(package
(name "pdfpc")
(version "4.3.4")
(version "4.4.0")
(source
(origin
(method git-fetch)
@ -1241,7 +1241,7 @@ multiple files.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
(base32 "07aafsm4jzdgpahz83p0ajv40hry7gviyadqi13ahr8xdhhwy2sd"))))
(base32 "0vh2r32akvasdrghkaq7ard24r2qncp34jfiyshi3zxabm9bhfaa"))))
(build-system cmake-build-system)
(arguments '(#:tests? #f)) ; no test target
(inputs