guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: guix-commits
Subject: branch master updated: gnu: go-github-com-kr-pretty: Fix source sha256.
Date: Sun, 24 May 2020 15:49:44 -0400

This is an automated email from the git hooks/post-receive script.

cbaines pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new bdc7f72  gnu: go-github-com-kr-pretty: Fix source sha256.
bdc7f72 is described below

commit bdc7f72fe4391ede313a0388ddd17cbb053931c9
Author: Christopher Baines <address@hidden>
AuthorDate: Sun May 24 20:48:14 2020 +0100

    gnu: go-github-com-kr-pretty: Fix source sha256.
    
    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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/golang.scm b/gnu/packages/golang.scm
index c6f47aa..3ae59ad 100644
--- a/gnu/packages/golang.scm
+++ b/gnu/packages/golang.scm
@@ -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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]