mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: go-github.com-jtolds-gls: Update to 4.20.
* gnu/packages/golang.scm (go-github.com-jtolds-gls): Update to 4.20.
This commit is contained in:
parent
e31f3cd57c
commit
f0736d4795
1 changed files with 2 additions and 2 deletions
|
@ -668,7 +668,7 @@ (define-public go-gopkg.in-tomb.v2
|
|||
(define-public go-github.com-jtolds-gls
|
||||
(package
|
||||
(name "go-github.com-jtolds-gls")
|
||||
(version "4.2.1")
|
||||
(version "4.20")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -677,7 +677,7 @@ (define-public go-github.com-jtolds-gls
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1vm37pvn0k4r6d3m620swwgama63laz8hhj3pyisdhxwam4m2g1h"))))
|
||||
"1k7xd2q2ysv2xsh373qs801v6f359240kx0vrl0ydh7731lngvk6"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
'(#:import-path "github.com/jtolds/gls"))
|
||||
|
|
Loading…
Reference in a new issue