gnu: pdfpc: Upgrade to 4.4.0
authorJack Hill <jackhill@jackhill.us>
Fri, 24 Apr 2020 20:04:02 +0000 (16:04 -0400)
committerMarius Bakke <mbakke@fastmail.com>
Fri, 24 Apr 2020 21:24:23 +0000 (23:24 +0200)
* gnu/packages/pdf.scm (pdfpc): Upgrade to 4.4.0.

Signed-off-by: Marius Bakke <mbakke@fastmail.com>
gnu/packages/pdf.scm

index f23f1e3..a7d7ee1 100644 (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