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:
Sharlatan Hellseher 2025-01-08 23:19:20 +00:00
parent 52d33f6eff
commit cfaae6e69a
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -1551,7 +1551,7 @@ TrueType font files in your system's user and system font directories.")
(define-public go-github-com-phpdave11-gofpdi
(package
(name "go-github-com-phpdave11-gofpdi")
(version "1.0.13")
(version "1.0.14")
(source (origin
(method git-fetch)
(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))
(sha256
(base32
"01r8a3k2d48fxmhyvix0ry2dc1z5xankd14yxlm496a26vfnc9nq"))))
"0zan4wmwd1rzrq57ynz4z5kf00b6xj0dnki123zai0j53xdngwhw"))))
(build-system go-build-system)
(arguments
(list
#: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")))))))
#:import-path "github.com/phpdave11/gofpdi"))
(propagated-inputs (list go-github-com-pkg-errors))
(home-page "https://github.com/phpdave11/gofpdi")
(synopsis "PDF document importer")