unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#30804] [PATCH] gnu: hop: Fix source hash.
@ 2018-03-13 19:41 Tobias Geerinckx-Rice
  2018-03-20 14:36 ` Kei Kebreau
  0 siblings, 1 reply; 4+ messages in thread
From: Tobias Geerinckx-Rice @ 2018-03-13 19:41 UTC (permalink / raw)
  To: 30804; +Cc: kei

* gnu/packages/scheme.scm (hop)[source]: Fix sha256 hash.
---

Guix, Kei,

Building hop fails with a hash mismatch. Here's what I get now, however: 

- I don't have a copy of the original tarball with which to compare.
- The build now fails with ‘cc: command not found’, and I assume it
  didn't previously.

Could you investigate?

Kind regards,

T G-R

 gnu/packages/scheme.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/scheme.scm b/gnu/packages/scheme.scm
index 657ca875d..9ec13dcb1 100644
--- a/gnu/packages/scheme.scm
+++ b/gnu/packages/scheme.scm
@@ -300,7 +300,7 @@ Scheme and C programs and between Scheme and Java programs.")
                                  version ".tar.gz"))
              (sha256
               (base32
-               "09m7pahjsp7wxzd20cdph9j3mgf2nq5dyckcjljcd40m25v85kks"))))
+               "0bvq79vxcpgwydwi923cxb5w9isx2x8r3d0xndbdhacmmsw1m811"))))
     (build-system gnu-build-system)
     (arguments
      `(#:test-target "test"
-- 
2.15.1

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2018-04-24  7:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-03-13 19:41 [bug#30804] [PATCH] gnu: hop: Fix source hash Tobias Geerinckx-Rice
2018-03-20 14:36 ` Kei Kebreau
2018-04-23 13:02   ` Ludovic Courtès
2018-04-24  7:53     ` bug#30804: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).