guix-commits
[Top][All Lists]
Advanced

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

02/06: gnu: capypdf: Update to 0.8.0.


From: guix-commits
Subject: 02/06: gnu: capypdf: Update to 0.8.0.
Date: Sun, 28 Jan 2024 02:16:12 -0500 (EST)

lilyp pushed a commit to branch master
in repository guix.

commit 6a6fa2ba38554727b0bdb732d40d4a987cbe2ff4
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Sun Jan 21 20:18:33 2024 +0100

    gnu: capypdf: Update to 0.8.0.
    
    * gnu/packages/pdf.scm (capypdf): Update to 0.8.0.
---
 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 c18d3a8e26..e0d8e1f33f 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -119,7 +119,7 @@
 (define-public capypdf
   (package
     (name "capypdf")
-    (version "0.6.0")
+    (version "0.8.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -127,7 +127,7 @@
                     (commit version)))
               (file-name (git-file-name name version))
               (sha256
-               (base32 
"15l8zwc83l65xh739s0qddlv5qv537wnx74s8fcwlm1r8y7kf2x4"))))
+               (base32 
"0kp1dcww5zl04wnbqbi8vjzpc5qgr8gr8rcx0s6s4xbjnzvqqw8d"))))
     (build-system meson-build-system)
     (arguments
      (list #:meson meson/newer



reply via email to

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