guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: capypdf: Update to 0.6.0.


From: guix-commits
Subject: 02/03: gnu: capypdf: Update to 0.6.0.
Date: Sat, 11 Nov 2023 01:10:06 -0500 (EST)

lilyp pushed a commit to branch master
in repository guix.

commit 42316acc7e4ec31ea9c0c9a69b6f4a3ae22afd80
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Mon Nov 6 21:26:46 2023 +0100

    gnu: capypdf: Update to 0.6.0.
    
    * gnu/packages/pdf.scm (capypdf): Update to 0.6.0.
    
    Change-Id: I609a349fe5b6b30bb51fc413e85da00ebaedb5d3
---
 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 a2c0118455..44bae7f0d9 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -117,7 +117,7 @@
 (define-public capypdf
   (package
     (name "capypdf")
-    (version "0.5.0")
+    (version "0.6.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -125,7 +125,7 @@
                     (commit version)))
               (file-name (git-file-name name version))
               (sha256
-               (base32 
"1mb3i0jq04gg5cm1l07mn9kal5s748miql97j6fpaf1x1j2lcrsx"))))
+               (base32 
"15l8zwc83l65xh739s0qddlv5qv537wnx74s8fcwlm1r8y7kf2x4"))))
     (build-system meson-build-system)
     (arguments
      (list #:meson meson/newer



reply via email to

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