guix-commits
[Top][All Lists]
Advanced

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

01/13: gnu: pdfpc: Update to 4.4.1.


From: guix-commits
Subject: 01/13: gnu: pdfpc: Update to 4.4.1.
Date: Mon, 16 Nov 2020 23:05:48 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 7661f82d97c60b2e02d6778217e21e982f01d91c
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Nov 17 04:28:12 2020 +0100

    gnu: pdfpc: Update to 4.4.1.
    
    * gnu/packages/pdf.scm (pdfpc): Update to 4.4.1.
---
 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 2a4be26..a1984e0 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -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



reply via email to

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