lilyp pushed a commit to branch master
in repository guix.
commit 6a6fa2ba38554727b0bdb732d40d4a987cbe2ff4
Author: Liliana Marie Prikler <[email protected]>
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