mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: go-github-com-wraparound-wrap: Update to 0.3.2.
* gnu/packages/golang.scm (go-github-com-wraparound-wrap): Update to 0.3.2. [source] <uri>: Fix permanent redirection to <https://github.com/eprovst/wrap> which may indicate that project's owner has been changed. [arguments] <import-path>: Fix according to go.mod. <unpack-path>: Likewise. [home-page]: Fix URL. Change-Id: I9cf34bf236b6db18f49f7d1133369981a33e8668
This commit is contained in:
parent
ff6929fb97
commit
0a5f9e1492
1 changed files with 10 additions and 6 deletions
|
@ -1544,27 +1544,31 @@ parsing and encoding support for STUN and TURN protocols.")
|
|||
TrueType font files in your system's user and system font directories.")
|
||||
(license license:expat)))
|
||||
|
||||
;; NOTE: A warning from upstream: This program is currently not actively
|
||||
;; maintained, it seems to work fine, but use at your own risk.
|
||||
(define-public go-github-com-wraparound-wrap
|
||||
(package
|
||||
(name "go-github-com-wraparound-wrap")
|
||||
(version "0.3.1")
|
||||
(version "0.3.2")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/Wraparound/wrap")
|
||||
;; Original URL <https://github.com/Wraparound/wrap>, now
|
||||
;; redirects to this.
|
||||
(url "https://github.com/eprovst/wrap")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0scf7v83p40r9k7k5v41rwiy9yyanfv3jm6jxs9bspxpywgjrk77"))
|
||||
(base32 "1xk1zii8vqzfys48phpdnr8ign0xvrsfwzyk9m0is9i3rffm25wh"))
|
||||
(patches (search-patches
|
||||
"go-github-com-wraparound-wrap-free-fonts.patch"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
#:install-source? #f
|
||||
#:import-path "github.com/Wraparound/wrap/cmd/wrap"
|
||||
#:unpack-path "github.com/Wraparound/wrap"
|
||||
#:import-path "github.com/eprovst/wrap/cmd/wrap"
|
||||
#:unpack-path "github.com/eprovst/wrap"
|
||||
#:phases
|
||||
#~(modify-phases %standard-phases
|
||||
(add-after 'install 'wrap-fonts
|
||||
|
@ -1585,7 +1589,7 @@ TrueType font files in your system's user and system font directories.")
|
|||
(inputs
|
||||
(list font-liberation
|
||||
font-gnu-freefont))
|
||||
(home-page "https://github.com/Wraparound/wrap")
|
||||
(home-page "https://github.com/eprovst/wrap")
|
||||
(synopsis "Format Fountain screenplays")
|
||||
(description
|
||||
"Wrap is a command line tool that is able to convert Fountain files into
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue