mirror of
https://https.git.savannah.gnu.org/git/guix.git/
synced 2025-07-12 18:10:47 +02:00
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
This commit is contained in:
parent
7a6da937bd
commit
a8f4aec475
1 changed files with 4 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue