guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: Promote libyaml@0.2 to the default 'libyaml' variable.


From: guix-commits
Subject: 05/05: gnu: Promote libyaml@0.2 to the default 'libyaml' variable.
Date: Wed, 13 May 2020 11:55:26 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 1b35d3033d2082316343459ea4d07b9c5030cef5
Author: Marius Bakke <address@hidden>
AuthorDate: Wed May 13 16:19:05 2020 +0200

    gnu: Promote libyaml@0.2 to the default 'libyaml' variable.
    
    * gnu/packages/web.scm (libyaml): Update to 0.2.4.
    (libyaml-0.2): Remove variable.
    * gnu/packages/haskell-xyz.scm (ghc-libyaml)[inputs]: Change from 
LIBYAML-0.2
    to LIBYAML.
---
 gnu/packages/haskell-xyz.scm |  2 +-
 gnu/packages/web.scm         | 18 ++----------------
 2 files changed, 3 insertions(+), 17 deletions(-)

diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 413aa0f..29d3077 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -6628,7 +6628,7 @@ compiler versions.")
     (inputs
      `(("ghc-conduit" ,ghc-conduit)
        ("ghc-resourcet" ,ghc-resourcet)
-       ("libyaml" ,libyaml-0.2)))
+       ("libyaml" ,libyaml)))
     (home-page "https://github.com/snoyberg/yaml#readme";)
     (synopsis "Low-level, streaming YAML interface.")
     (description "This package provides a Haskell wrapper over the
diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 813a0dd..eabc3c0 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -1474,7 +1474,7 @@ hash/signatures.")
 (define-public libyaml
   (package
     (name "libyaml")
-    (version "0.1.7")
+    (version "0.2.4")
     (source
      (origin
        (method url-fetch)
@@ -1483,7 +1483,7 @@ hash/signatures.")
              version ".tar.gz"))
        (sha256
         (base32
-         "0a87931cx5m14a1x8rbjix3nz7agrcgndf4h392vm62a4rby9240"))))
+         "0mq5wf17ifcwwxq3kbimhi53jn3fg23vcynqpzxjcz3vfjlfs2nq"))))
     (build-system gnu-build-system)
     (home-page "http://pyyaml.org/wiki/LibYAML";)
     (synopsis "YAML 1.1 parser and emitter written in C")
@@ -1491,20 +1491,6 @@ hash/signatures.")
      "LibYAML is a YAML 1.1 parser and emitter written in C.")
     (license license:expat)))
 
-(define-public libyaml-0.2
-  (package
-    (inherit libyaml)
-    (version "0.2.4")
-    (source
-     (origin
-       (method url-fetch)
-       (uri (string-append
-             "http://pyyaml.org/download/libyaml/yaml-";
-             version ".tar.gz"))
-       (sha256
-        (base32
-         "0mq5wf17ifcwwxq3kbimhi53jn3fg23vcynqpzxjcz3vfjlfs2nq"))))))
-
 (define-public libquvi-scripts
   (package
     (name "libquvi-scripts")



reply via email to

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