mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-phpdave11-gofpdi: Update to 1.0.14.
* gnu/packages/golang.scm (go-github-com-phpdave11-gofpdi): Update to 1.0.14. Change-Id: I20f423e4ccbb0a3e9ca5179c76b6d326b467c37d
This commit is contained in:
parent
52d33f6eff
commit
cfaae6e69a
1 changed files with 3 additions and 8 deletions
|
@ -1551,7 +1551,7 @@ TrueType font files in your system's user and system font directories.")
|
||||||
(define-public go-github-com-phpdave11-gofpdi
|
(define-public go-github-com-phpdave11-gofpdi
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-phpdave11-gofpdi")
|
(name "go-github-com-phpdave11-gofpdi")
|
||||||
(version "1.0.13")
|
(version "1.0.14")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -1560,16 +1560,11 @@ 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
|
||||||
"01r8a3k2d48fxmhyvix0ry2dc1z5xankd14yxlm496a26vfnc9nq"))))
|
"0zan4wmwd1rzrq57ynz4z5kf00b6xj0dnki123zai0j53xdngwhw"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
(list
|
(list
|
||||||
#:import-path "github.com/phpdave11/gofpdi"
|
#:import-path "github.com/phpdave11/gofpdi"))
|
||||||
#:phases #~(modify-phases %standard-phases
|
|
||||||
(add-after 'unpack 'fix-source
|
|
||||||
(lambda _
|
|
||||||
(substitute* (find-files "." "writer\\.go$")
|
|
||||||
(("%s-%s") "%d-%s")))))))
|
|
||||||
(propagated-inputs (list go-github-com-pkg-errors))
|
(propagated-inputs (list go-github-com-pkg-errors))
|
||||||
(home-page "https://github.com/phpdave11/gofpdi")
|
(home-page "https://github.com/phpdave11/gofpdi")
|
||||||
(synopsis "PDF document importer")
|
(synopsis "PDF document importer")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue