guix-commits
[Top][All Lists]
Advanced

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

13/17: gnu: libyaml: Use HTTPS.


From: guix-commits
Subject: 13/17: gnu: libyaml: Use HTTPS.
Date: Thu, 16 Jul 2020 14:13:33 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 69cfb72b38d82383b9c1b2f24261833a4e8a8615
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Jul 16 19:05:39 2020 +0200

    gnu: libyaml: Use HTTPS.
    
    * gnu/packages/web.scm (libyaml)[source, home-page]: Use HTTPS.
---
 gnu/packages/web.scm | 10 ++++------
 1 file changed, 4 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index c0a3134..47162c4 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -1492,14 +1492,12 @@ hash/signatures.")
     (source
      (origin
        (method url-fetch)
-       (uri (string-append
-             "http://pyyaml.org/download/libyaml/yaml-";
-             version ".tar.gz"))
+       (uri (string-append "https://pyyaml.org/download/libyaml/yaml-";
+                           version ".tar.gz"))
        (sha256
-        (base32
-         "0mq5wf17ifcwwxq3kbimhi53jn3fg23vcynqpzxjcz3vfjlfs2nq"))))
+        (base32 "0mq5wf17ifcwwxq3kbimhi53jn3fg23vcynqpzxjcz3vfjlfs2nq"))))
     (build-system gnu-build-system)
-    (home-page "http://pyyaml.org/wiki/LibYAML";)
+    (home-page "https://pyyaml.org/wiki/LibYAML";)
     (synopsis "YAML 1.1 parser and emitter written in C")
     (description
      "LibYAML is a YAML 1.1 parser and emitter written in C.")



reply via email to

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