me
/
guix
Archived
1
0
Fork 0

gnu: go-github-com-davecgh-go-spew: Update to 1.1.1.

* gnu/packages/golang.scm (go-github-com-davecgh-go-spew):
  Update to 1.1.1.
master
Jakub Kądziołka 2020-05-22 17:00:09 +02:00
parent 0601fb29fb
commit 388ffbfbfe
No known key found for this signature in database
GPG Key ID: E315A75846131564
1 changed files with 21 additions and 23 deletions

View File

@ -1931,28 +1931,26 @@ that's a lot faster (and only does simple bandwidth metrics).")
(license license:expat)))) (license license:expat))))
(define-public go-github-com-davecgh-go-spew (define-public go-github-com-davecgh-go-spew
(let ((commit "d8f796af33cc11cb798c1aaeb27a4ebc5099927d") (package
(revision "0")) (name "go-github-com-davecgh-go-spew")
(package (version "1.1.1")
(name "go-github-com-davecgh-go-spew") (source
(version (git-version "0.0.0" revision commit)) (origin
(source (method git-fetch)
(origin (uri (git-reference
(method git-fetch) (url "https://github.com/davecgh/go-spew.git")
(uri (git-reference (commit (string-append "v" version))))
(url "https://github.com/davecgh/go-spew.git") (file-name (git-file-name name version))
(commit commit))) (sha256
(file-name (git-file-name name version)) (base32
(sha256 "0hka6hmyvp701adzag2g26cxdj47g21x6jz4sc6jjz1mn59d474y"))))
(base32 (build-system go-build-system)
"19z27f306fpsrjdvkzd61w1bdazcdbczjyjck177g33iklinhpvx")))) (arguments
(build-system go-build-system) '(#:unpack-path "github.com/davecgh/go-spew"
(arguments #:import-path "github.com/davecgh/go-spew/spew"))
'(#:unpack-path "github.com/davecgh/go-spew" (home-page "https://github.com/davecgh/go-spew")
#:import-path "github.com/davecgh/go-spew/spew")) (synopsis "Deep pretty printer for Go data structures to aid in debugging")
(home-page "https://github.com/davecgh/go-spew") (description "Package @command{spew} implements a deep pretty printer
(synopsis "Deep pretty printer for Go data structures to aid in debugging")
(description "Package @command{spew} implements a deep pretty printer
for Go data structures to aid in debugging. for Go data structures to aid in debugging.
A quick overview of the additional features spew provides over the built-in printing facilities for Go data types are as follows: A quick overview of the additional features spew provides over the built-in printing facilities for Go data types are as follows:
@ -1968,7 +1966,7 @@ pointer receiver are optionally invoked when passing non-pointer variables.
includes offsets, byte values in hex, and ASCII output (only when using Dump includes offsets, byte values in hex, and ASCII output (only when using Dump
style). style).
@end itemize\n") @end itemize\n")
(license license:isc)))) (license license:isc)))
(define-public go-github-com-btcsuite-btclog (define-public go-github-com-btcsuite-btclog
(let ((commit "84c8d2346e9fc8c7b947e243b9c24e6df9fd206a") (let ((commit "84c8d2346e9fc8c7b947e243b9c24e6df9fd206a")