guix-commits
[Top][All Lists]
Advanced

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

06/06: gnu: capypdf: Update to 0.4.0.


From: guix-commits
Subject: 06/06: gnu: capypdf: Update to 0.4.0.
Date: Sun, 16 Jul 2023 03:25:04 -0400 (EDT)

lilyp pushed a commit to branch master
in repository guix.

commit 093e9204183790558921c968034c547b41ebef3a
Author: Liliana Marie Prikler <liliana.prikler@gmail.com>
AuthorDate: Sat Jul 8 21:24:21 2023 +0200

    gnu: capypdf: Update to 0.4.0.
    
    * gnu/packages/pdf.scm (capypdf): Update to 0.4.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 ef81900069..767cf0c5db 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -117,7 +117,7 @@
 (define-public capypdf
   (package
     (name "capypdf")
-    (version "0.3.0")
+    (version "0.4.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -125,7 +125,7 @@
                     (commit version)))
               (file-name (git-file-name name version))
               (sha256
-               (base32 
"193izn2jw55w2dxy6l0vz5zrlar9lm7a6z443nw0vs4mlj4jnasi"))))
+               (base32 
"1kn46n3j5fygivmd6ldnv8vdwfv48ffaizq61yy4z9w2jm6fgxim"))))
     (build-system meson-build-system)
     (arguments
      (list #:meson meson/newer



reply via email to

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