gnu: go-gopkg-in-yaml-v2: Update to 2.2.2.

* gnu/packages/golang.scm (go-gopkg-in-yaml-v2): Update to 2.2.2.
This commit is contained in:
Leo Famulari 2019-07-17 14:19:38 -04:00
parent 8629d8eda7
commit c17e69b3aa
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 23 additions and 25 deletions

View File

@ -1956,32 +1956,30 @@ which satisfies the cron expression.")
(license license:asl2.0)))) (license license:asl2.0))))
(define-public go-gopkg-in-yaml-v2 (define-public go-gopkg-in-yaml-v2
(let ((commit "14227de293ca979cf205cd88769fe71ed96a97e2") (package
(revision "0")) (name "go-gopkg-in-yaml-v2")
(package (version "2.2.2")
(name "go-gopkg-in-yaml-v2") (source
(version (git-version "0.0.0" revision commit)) (origin
(source (method git-fetch)
(origin (uri (git-reference
(method git-fetch) (url "https://gopkg.in/yaml.v2.git")
(uri (git-reference (commit (string-append "v" version))))
(url "https://gopkg.in/yaml.v2.git") (file-name (git-file-name name version))
(commit commit))) (sha256
(file-name (git-file-name name version)) (base32
(sha256 "01wj12jzsdqlnidpyjssmj0r4yavlqy7dwrg7adqd8dicjc4ncsa"))))
(base32 (build-system go-build-system)
"038hnrjcnjygyi3qidfrkpkakis82qg381sr495d2s40g2dwlzah")))) (arguments
(build-system go-build-system) '(#:import-path "gopkg.in/yaml.v2"))
(arguments (native-inputs
'(#:import-path "gopkg.in/yaml.v2")) `(("go-gopkg-in-check-v1" ,go-gopkg-in-check-v1)))
(native-inputs (home-page "https://gopkg.in/yaml.v2")
`(("go-gopkg-in-check-v1" ,go-gopkg-in-check-v1))) (synopsis "YAML reader and writer for the Go language")
(home-page "https://gopkg.in/yaml.v2") (description
(synopsis "YAML reader and writer for the Go language") "This package provides a Go library for encode and decode YAML
(description
"This package provides a Go library for encode and decode YAML
values.") values.")
(license license:asl2.0)))) (license license:asl2.0)))
(define-public go-github-com-mattn-go-isatty (define-public go-github-com-mattn-go-isatty
(package (package