guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/06: gnu: pdfpc: Update to 4.3.4.


From: guix-commits
Subject: 01/06: gnu: pdfpc: Update to 4.3.4.
Date: Fri, 21 Jun 2019 19:42:31 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 9b01a729b07a64f82a8f11273c1ad235e162e34b
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Jun 22 01:06:33 2019 +0200

    gnu: pdfpc: Update to 4.3.4.
    
    * gnu/packages/pdf.scm (pdfpc): Update to 4.3.4.
---
 gnu/packages/pdf.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index b2eb81e..a9e345d 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -1039,7 +1039,7 @@ multiple files.")
 (define-public pdfpc
   (package
     (name "pdfpc")
-    (version "4.3.2")
+    (version "4.3.4")
     (source
      (origin
        (method git-fetch)
@@ -1048,7 +1048,7 @@ multiple files.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "15y6g92fp6x6dwwhrhkfny5z20w7pq9c8w19fh2vzff9aa6m2h9z"))))
+        (base32 "07aafsm4jzdgpahz83p0ajv40hry7gviyadqi13ahr8xdhhwy2sd"))))
     (build-system cmake-build-system)
     (arguments '(#:tests? #f))          ; no test target
     (inputs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]