guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: curl: Update to 7.49.1.


From: Leo Famulari
Subject: 02/02: gnu: curl: Update to 7.49.1.
Date: Mon, 13 Jun 2016 16:25:03 +0000 (UTC)

lfam pushed a commit to branch core-updates-next
in repository guix.

commit d35bc362161150c79ab2632feb01a33d1f637a50
Author: Leo Famulari <address@hidden>
Date:   Mon Jun 13 11:54:06 2016 -0400

    gnu: curl: Update to 7.49.1.
    
    * gnu/packages/curl.scm (curl): Update to 7.49.1.
    [arguments]: Re-enable test.
---
 gnu/packages/curl.scm |    8 ++------
 1 file changed, 2 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/curl.scm b/gnu/packages/curl.scm
index 222910b..4fe27c0 100644
--- a/gnu/packages/curl.scm
+++ b/gnu/packages/curl.scm
@@ -40,14 +40,14 @@
 (define-public curl
   (package
    (name "curl")
-   (version "7.47.0")
+   (version "7.49.1")
    (source (origin
             (method url-fetch)
             (uri (string-append "https://curl.haxx.se/download/curl-";
                                 version ".tar.lzma"))
             (sha256
              (base32
-              "1n284wdqzwb4bkmv0fnh36zl6lhlzy3clw2b7pn28kpgdy09ly7p"))))
+              "033w3wyawali0rc5s15ywxpjnf476671m595r49sr4vj07idf3al"))))
    (build-system gnu-build-system)
    (outputs '("out"
               "doc"))                             ;1.2 MiB of man3 pages
@@ -83,10 +83,6 @@
          (lambda _
            (substitute* "tests/runtests.pl"
              (("/bin/sh") (which "sh")))
-           ;; Test #1135 requires extern-scan.pl, which is not part of the
-           ;; tarball due to a mistake.  It has been fixed upstream.  We can
-           ;; simply disable the test as it is specific to VMS and OS/400.
-           (delete-file "tests/data/test1135")
 
            ;; XXX FIXME: Test #1510 seems to work on some machines and not
            ;; others, possibly based on the kernel version.  It works on GuixSD



reply via email to

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