mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: go-github-com-thejerf-suture: Update to 3.0.3.
* gnu/packages/golang-xyz.scm (go-github-com-thejerf-suture): Update to 3.0.3. Change-Id: I5973315f4bc276acc22dfd6fde59942a6b2736d9
This commit is contained in:
parent
2622549c0e
commit
5cc35758e5
1 changed files with 2 additions and 2 deletions
|
@ -3528,7 +3528,7 @@ (define-public go-github-com-syndtr-goleveldb-leveldb
|
|||
(define-public go-github-com-thejerf-suture
|
||||
(package
|
||||
(name "go-github-com-thejerf-suture")
|
||||
(version "3.0.2")
|
||||
(version "3.0.3")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -3537,7 +3537,7 @@ (define-public go-github-com-thejerf-suture
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "03bdrl78jfwk0kw40lj63ga9cxhgccgss8yi9lp5j0m0ml7921gh"))))
|
||||
(base32 "166hbjc1gn7skvq9vcp5h1xkavw9zw6dwx63vhih8fzm3nbbp0ic"))))
|
||||
(build-system go-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Reference in a new issue