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

gnu: pdfpc: Update to 4.4.1.

* gnu/packages/pdf.scm (pdfpc): Update to 4.4.1.
This commit is contained in:
Tobias Geerinckx-Rice 2020-11-17 04:28:12 +01:00
parent dc2de508a3
commit 7661f82d97
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

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