guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: pdfpc: Upgrade to 4.4.0


From: guix-commits
Subject: 02/02: gnu: pdfpc: Upgrade to 4.4.0
Date: Fri, 24 Apr 2020 17:25:17 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 45320ad808864f483a874788fc3850aee35f3129
Author: Jack Hill <address@hidden>
AuthorDate: Fri Apr 24 16:04:02 2020 -0400

    gnu: pdfpc: Upgrade to 4.4.0
    
    * gnu/packages/pdf.scm (pdfpc): Upgrade to 4.4.0.
    
    Signed-off-by: Marius Bakke <address@hidden>
---
 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 f23f1e3..a7d7ee1 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -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



reply via email to

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