gnu: go-github-com-kr-pretty: Fix source sha256.
authorChristopher Baines <mail@cbaines.net>
Sun, 24 May 2020 19:48:14 +0000 (20:48 +0100)
committerChristopher Baines <mail@cbaines.net>
Sun, 24 May 2020 19:48:14 +0000 (20:48 +0100)
This follows on from 618df2e335acb49a27ca014b555ede34f79503f3, which left the
hash suspiciously similar to the previous value.

* gnu/packages/golang.scm (go-github-com-kr-pretty): Change the sha256 hash.

gnu/packages/golang.scm

index c6f47aa..3ae59ad 100644 (file)
@@ -2810,7 +2810,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)))