summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Kądziołka <kuba@kadziolka.net>2020-05-22 17:00:09 +0200
committerJakub Kądziołka <kuba@kadziolka.net>2020-06-07 22:10:32 +0200
commit388ffbfbfef1e279e5bc36d1fdd2bb185387dbd1 (patch)
treedeaec6f4d2fb1ae81c704a61df0711faf5c468db
parent0601fb29fbfe353714ba596363be8a2f80151398 (diff)
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.
-rw-r--r--gnu/packages/golang.scm44
1 files changed, 21 insertions, 23 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index ca067900326..a35b21e4b52 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -1931,28 +1931,26 @@ that's a lot faster (and only does simple bandwidth metrics).")
1931 (license license:expat)))) 1931 (license license:expat))))
1932 1932
1933(define-public go-github-com-davecgh-go-spew 1933(define-public go-github-com-davecgh-go-spew
1934 (let ((commit "d8f796af33cc11cb798c1aaeb27a4ebc5099927d") 1934 (package
1935 (revision "0")) 1935 (name "go-github-com-davecgh-go-spew")
1936 (package 1936 (version "1.1.1")
1937 (name "go-github-com-davecgh-go-spew") 1937 (source
1938 (version (git-version "0.0.0" revision commit)) 1938 (origin
1939 (source 1939 (method git-fetch)
1940 (origin 1940 (uri (git-reference
1941 (method git-fetch) 1941 (url "https://github.com/davecgh/go-spew.git")
1942 (uri (git-reference 1942 (commit (string-append "v" version))))
1943 (url "https://github.com/davecgh/go-spew.git") 1943 (file-name (git-file-name name version))
1944 (commit commit))) 1944 (sha256
1945 (file-name (git-file-name name version)) 1945 (base32
1946 (sha256 1946 "0hka6hmyvp701adzag2g26cxdj47g21x6jz4sc6jjz1mn59d474y"))))
1947 (base32 1947 (build-system go-build-system)
1948 "19z27f306fpsrjdvkzd61w1bdazcdbczjyjck177g33iklinhpvx")))) 1948 (arguments
1949 (build-system go-build-system) 1949 '(#:unpack-path "github.com/davecgh/go-spew"
1950 (arguments 1950 #:import-path "github.com/davecgh/go-spew/spew"))
1951 '(#:unpack-path "github.com/davecgh/go-spew" 1951 (home-page "https://github.com/davecgh/go-spew")
1952 #:import-path "github.com/davecgh/go-spew/spew")) 1952 (synopsis "Deep pretty printer for Go data structures to aid in debugging")
1953 (home-page "https://github.com/davecgh/go-spew") 1953 (description "Package @command{spew} implements a deep pretty printer
1954 (synopsis "Deep pretty printer for Go data structures to aid in debugging")
1955 (description "Package @command{spew} implements a deep pretty printer
1956for Go data structures to aid in debugging. 1954for Go data structures to aid in debugging.
1957 1955
1958A quick overview of the additional features spew provides over the built-in printing facilities for Go data types are as follows: 1956A 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.
1968includes offsets, byte values in hex, and ASCII output (only when using Dump 1966includes offsets, byte values in hex, and ASCII output (only when using Dump
1969style). 1967style).
1970@end itemize\n") 1968@end itemize\n")
1971 (license license:isc)))) 1969 (license license:isc)))
1972 1970
1973(define-public go-github-com-btcsuite-btclog 1971(define-public go-github-com-btcsuite-btclog
1974 (let ((commit "84c8d2346e9fc8c7b947e243b9c24e6df9fd206a") 1972 (let ((commit "84c8d2346e9fc8c7b947e243b9c24e6df9fd206a")