This is an automated email from the git hooks/post-receive script.
guix_mirror_bot pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 021f40b374 gnu: capypdf: Update to 0.18.0.
021f40b374 is described below
commit 021f40b374ccd61e00f07d05c601c15a635fad15
Author: Liliana Marie Prikler <[email protected]>
AuthorDate: Wed Oct 22 20:02:57 2025 +0200
gnu: capypdf: Update to 0.18.0.
* gnu/packages/pdf.scm (capypdf): Update to 0.18.0.
Signed-off-by: Andreas Enge <[email protected]>
---
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 cefe21fcc8..07e869db3e 100644
--- a/gnu/packages/pdf.scm
+++ b/gnu/packages/pdf.scm
@@ -130,7 +130,7 @@
(define-public capypdf
(package
(name "capypdf")
- (version "0.14.0")
+ (version "0.18.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -138,7 +138,7 @@
(commit version)))
(file-name (git-file-name name version))
(sha256
- (base32
"05rpicxw76z4q48ax0dx5rm1k4lhp4lbdr2aw58kly402w8kjdwb"))))
+ (base32
"1929hswywf70lb97wp3xmri45h55n1dyq97n50frj8js582z0aqn"))))
(build-system meson-build-system)
(arguments
(list #:configure-flags #~(list "-Dcpp_std=c++23")