diff options
author | Christopher Baines <christopher.baines@digital.cabinet-office.gov.uk> | 2020-05-23 23:27:45 +0100 |
---|---|---|
committer | Christopher Baines <christopher.baines@digital.cabinet-office.gov.uk> | 2020-05-23 23:27:45 +0100 |
commit | f3bb6aaf1f9fe2a76d61b8a63fc3e51801a15030 (patch) | |
tree | 7bef7e1421057f800f4da10ecaa9e8ccb1917b2c /gnu | |
parent | 41256fede0eb9104e173e74abb7f06594ce1a38d (diff) | |
download | gnu-guix-f3bb6aaf1f9fe2a76d61b8a63fc3e51801a15030.tar gnu-guix-f3bb6aaf1f9fe2a76d61b8a63fc3e51801a15030.tar.gz |
Tweak the sha256 value for go-github-com-kr-pretty
This needs more investigation, but that can happen upstream.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/golang.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm index ca34b3138d..1c3df15d81 100644 --- a/gnu/packages/golang.scm +++ b/gnu/packages/golang.scm @@ -2832,7 +2832,7 @@ format in Go.") (file-name (git-file-name name version)) (sha256 (base32 - "1pm4pwg2abd0j9cn5v3k2ksk9ig4vlwxmlw9rrglanziv9l967qp")))) + "1ywbfzz1h3a3qd8rpkiqwi1dm4w8ls9ijb4x1b7567grns9f0vnp")))) (build-system go-build-system) (propagated-inputs `(("go-github-com-kr-text" ,go-github-com-kr-text))) |