mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-11 06:20:18 +01:00
gnu: go-github-com-signintech-gopdf: Update to 0.22.1.
* gnu/packages/golang.scm (go-github-com-signintech-gopdf): Update to 0.22.1. Signed-off-by: Hilton Chain <hako@ultrarare.space>
This commit is contained in:
parent
f1a0a28030
commit
33dc981d27
1 changed files with 2 additions and 2 deletions
|
@ -2238,7 +2238,7 @@ TrueType font files in your system's user and system font directories.")
|
||||||
(define-public go-github-com-signintech-gopdf
|
(define-public go-github-com-signintech-gopdf
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-signintech-gopdf")
|
(name "go-github-com-signintech-gopdf")
|
||||||
(version "0.18.0")
|
(version "0.22.1")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -2247,7 +2247,7 @@ TrueType font files in your system's user and system font directories.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1jf8a896qh871mdr1i7f0fdpqki5pkk1sp6p5dq404zqxpd7lq5l"))))
|
"1h6cslvid5v8fiymydj4irrzi8f91knsx8rgbzp2b8favclhwxxg"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:import-path "github.com/signintech/gopdf"))
|
'(#:import-path "github.com/signintech/gopdf"))
|
||||||
|
|
Loading…
Add table
Reference in a new issue