From 803ab706f8fa821f91aaa27f7ae5c0da61482ea4 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Tue, 26 Jun 2018 23:46:41 +0200 Subject: [PATCH] guix: mescc-tools: Update to 0.5.1. * guix.scm (mescc-tools): Update to 0.5.1. --- guix.scm | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/guix.scm b/guix.scm index fc0a7f69..30002ff3 100644 --- a/guix.scm +++ b/guix.scm @@ -107,13 +107,12 @@ (file-name (string-append name "-" version ".tar.gz")) (sha256 (base32 - "11wr4pl68rd2xmp06b03c6i43g2r8gm61vbv3s86ax1h6j2bn26j")))) + "0rsxbjc3bg0jl3h7ai4hndxx2iyyk8bvwj9nd3xv2vgz3bmypnah")))) (build-system gnu-build-system) (supported-systems '("i686-linux" "x86_64-linux")) (arguments `(#:make-flags (list (string-append "PREFIX=" (assoc-ref %outputs "out"))) #:test-target "test" - #:tests? #f ; test/results/test9-binary: FAILED #:phases (modify-phases %standard-phases (delete 'configure)))) (synopsis "Tools for the full source bootstrapping process")