me
/
guix
Archived
1
0
Fork 0

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>
master
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
1 changed files with 2 additions and 2 deletions

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