sharlatan pushed a commit to branch go-team
in repository guix.
commit c72ea2e3c4731a77b87f100bfd47dd888bb7c364
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Thu Feb 13 17:18:34 2025 +0000
gnu: go-github-com-signintech-gopdf: Update to 0.29.2.
* gnu/packages/golang.scm (go-github-com-signintech-gopdf): Update to
0.29.2.
Change-Id: I690823f9a2eeb9f31de043e90af3390edd4e357c
---
gnu/packages/golang.scm | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index 1e45a7f58d..f07e7cb679 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -1547,7 +1547,7 @@ TrueType font files in your system's user and system font
directories.")
(define-public go-github-com-signintech-gopdf
(package
(name "go-github-com-signintech-gopdf")
- (version "0.22.1")
+ (version "0.29.2")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -1556,11 +1556,13 @@ TrueType font files in your system's user and system
font directories.")
(file-name (git-file-name name version))
(sha256
(base32
- "1h6cslvid5v8fiymydj4irrzi8f91knsx8rgbzp2b8favclhwxxg"))))
+ "0p63g8iqnq5i31v01i7hzzl09hjwi9474my2y1jzs0xfgfcg3mf1"))))
(build-system go-build-system)
(arguments
(list
#:import-path "github.com/signintech/gopdf"
+ #:test-flags
+ #~(list "-skip" "TestImportPagesFromFile|TestTable|TestTableCenter")
#:phases #~(modify-phases %standard-phases
(add-after 'unpack 'remove-examples
(lambda* (#:key import-path #:allow-other-keys)