guix-commits
[Top][All Lists]
Advanced

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

231/328: gnu: Add libyaml@2.1.


From: guix-commits
Subject: 231/328: gnu: Add libyaml@2.1.
Date: Sat, 16 Nov 2019 19:33:14 -0500 (EST)

samplet pushed a commit to branch wip-haskell-updates
in repository guix.

commit 1dd0e9c128956222e46246a0e78833ffe4f4cc2d
Author: Timothy Sample <address@hidden>
Date:   Sat Nov 2 01:08:36 2019 -0400

    gnu: Add libyaml@2.1.
    
    * gnu/packages/web.scm (libyaml-2.1): New variable.
---
 gnu/packages/web.scm | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 7ce4889..297eb60 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -1341,6 +1341,20 @@ hash/signatures.")
      "LibYAML is a YAML 1.1 parser and emitter written in C.")
     (license license:expat)))
 
+(define-public libyaml-2.1
+  (package
+    (inherit libyaml)
+    (version "0.2.1")
+    (source
+     (origin
+       (method url-fetch)
+       (uri (string-append
+             "http://pyyaml.org/download/libyaml/yaml-";
+             version ".tar.gz"))
+       (sha256
+        (base32
+         "1karpcfgacgppa82wm2drcfn2kb6q2wqfykf5nrhy20sci2i2a3q"))))))
+
 (define-public libquvi-scripts
   (package
     (name "libquvi-scripts")



reply via email to

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