guix-commits
[Top][All Lists]
Advanced

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

231/329: gnu: Add libyaml@2.1.


From: guix-commits
Subject: 231/329: gnu: Add libyaml@2.1.
Date: Wed, 20 Nov 2019 21:18:24 -0500 (EST)

samplet pushed a commit to branch master
in repository guix.

commit 3c95873a2772018e5a78fc79c82478ee14907f33
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]