parent
dc2de508a3
commit
7661f82d97
|
@ -1261,7 +1261,7 @@ multiple files.")
|
||||||
(define-public pdfpc
|
(define-public pdfpc
|
||||||
(package
|
(package
|
||||||
(name "pdfpc")
|
(name "pdfpc")
|
||||||
(version "4.4.0")
|
(version "4.4.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -1270,7 +1270,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 "0vh2r32akvasdrghkaq7ard24r2qncp34jfiyshi3zxabm9bhfaa"))))
|
(base32 "11n925c5jj3yfwnqkgxzqrmsrpqh8ls1g4idmqqzpsanpam1xvna"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(arguments '(#:tests? #f)) ; no test target
|
(arguments '(#:tests? #f)) ; no test target
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Reference in New Issue