me
/
guix
Archived
1
0
Fork 0

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
Alex Griffin 2020-09-06 10:06:35 -05:00
parent 838c820447
commit d7966ff25f
No known key found for this signature in database
GPG Key ID: 6F5120A022FBB2D5
1 changed files with 2 additions and 2 deletions

View File

@ -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"))