gnu: go-github-com-kr-pretty: Fix source sha256.

This follows on from 618df2e335, which left the
hash suspiciously similar to the previous value.

* gnu/packages/golang.scm (go-github-com-kr-pretty): Change the sha256 hash.
This commit is contained in:
Christopher Baines 2020-05-24 20:48:14 +01:00
parent 1576acbe09
commit bdc7f72fe4
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -2810,7 +2810,7 @@ (define-public go-github-com-kr-pretty
(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)))