guix-commits
[Top][All Lists]
Advanced

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

01/02: Revert "gnu: julia: Build with zlib."


From: Efraim Flashner
Subject: 01/02: Revert "gnu: julia: Build with zlib."
Date: Wed, 20 Jul 2016 08:37:28 +0000 (UTC)

efraim pushed a commit to branch master
in repository guix.

commit c23c628ea7a6435460d12969af5a3ba0e8d82004
Author: Efraim Flashner <address@hidden>
Date:   Wed Jul 20 11:35:32 2016 +0300

    Revert "gnu: julia: Build with zlib."
    
    This reverts commit 95bf72eeb0b99d6b26c3515fa78a587207c6f779.
---
 gnu/packages/debug.scm |    9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/debug.scm b/gnu/packages/debug.scm
index 4237a15..556a105 100644
--- a/gnu/packages/debug.scm
+++ b/gnu/packages/debug.scm
@@ -1,6 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2014, 2015, 2016 Eric Bavier <address@hidden>
-;;; Copyright © 2016 Efraim Flashner <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -85,16 +84,16 @@ program to exhibit a bug.")
 (define-public c-reduce
   (package
     (name "c-reduce")
-    (version "2.5.0")
+    (version "2.3.0")
     (source
      (origin
       (method url-fetch)
       (uri (list
-            (string-append "https://embed.cs.utah.edu/creduce/";
+            (string-append "http://embed.cs.utah.edu/creduce/";
                            "creduce-" version ".tar.gz")))
       (sha256
        (base32
-        "1r23lhzq3dz8vi2dalxk5las8bf0av2w94hxxbs61pr73m77ik9d"))
+        "0r9lvnifjcnsrkrk8k4mha1kmmb93jya7alm523ck59y3173bpi0"))
       (modules '((guix build utils)))
       (snippet
        '(substitute* "clang_delta/TransformationManager.cpp"
@@ -132,7 +131,7 @@ program to exhibit a bug.")
                                 "file-which"      "getopt-tabular"
                                 "regex-common"    "sys-cpu"))))))
                  %standard-phases)))
-    (home-page "https://embed.cs.utah.edu/creduce";)
+    (home-page "http://embed.cs.utah.edu/creduce";)
     (synopsis "Reducer for interesting code")
     (description
      "C-Reduce is a tool that takes a large C or C++ program that has a



reply via email to

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