guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: bigloo: Fix source hash.


From: Kei Kebreau
Subject: 01/01: gnu: bigloo: Fix source hash.
Date: Fri, 16 Feb 2018 14:49:48 -0500 (EST)

kkebreau pushed a commit to branch master
in repository guix.

commit 3d8cbdc40ed3f47d37610169ac662753d239f82b
Author: Kei Kebreau <address@hidden>
Date:   Fri Feb 16 14:41:07 2018 -0500

    gnu: bigloo: Fix source hash.
    
    Fixes <https://bugs.gnu.org/30436>.
    
    * gnu/packages/scheme.scm (bigloo)[source]: Fix hash.
---
 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 ca885c6..d5286b3 100644
--- a/gnu/packages/scheme.scm
+++ b/gnu/packages/scheme.scm
@@ -207,7 +207,7 @@ features an integrated Emacs-like editor and a large 
runtime library.")
                                  version ".tar.gz"))
              (sha256
               (base32
-               "1xpzxjlq5g8j3jrb908kfaaa0pkynk4rd083hzvb08amhy68sx07"))
+               "1x7xdgsls277zlf6gcaxs2cj62xj6yvb0qxh0ddmxfamvxba0cf4"))
              ;; Remove bundled libraries.
              (modules '((guix build utils)))
              (snippet



reply via email to

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