gnu: go-github-com-mattn-go-zglob: Update to 0.0.3.
* gnu/packages/golang.scm (go-github-com-mattn-go-zglob): Update to 0.0.3.master
parent
838c820447
commit
d7966ff25f
|
@ -4205,7 +4205,7 @@ data serialization format.")
|
||||||
(define-public go-github-com-mattn-go-zglob
|
(define-public go-github-com-mattn-go-zglob
|
||||||
(package
|
(package
|
||||||
(name "go-github-com-mattn-go-zglob")
|
(name "go-github-com-mattn-go-zglob")
|
||||||
(version "0.0.1")
|
(version "0.0.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -4214,7 +4214,7 @@ data serialization format.")
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1sncdyq5fbd42al4amyy91h7vlzm3wm6c9vl8za2pjgfgsd581fz"))))
|
"1923lvakm66mzy62jmngdvcmbmiqclinsvnghs3907rgygnx1qc1"))))
|
||||||
(build-system go-build-system)
|
(build-system go-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:import-path "github.com/mattn/go-zglob"))
|
`(#:import-path "github.com/mattn/go-zglob"))
|
||||||
|
|
Reference in New Issue