me
/
guix
Archived
1
0
Fork 0

gnu: libyaml: Use HTTPS.

* gnu/packages/web.scm (libyaml)[source, home-page]: Use HTTPS.
master
Tobias Geerinckx-Rice 2020-07-16 19:05:39 +02:00
parent fe39c70195
commit 69cfb72b38
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 4 additions and 6 deletions

View File

@ -1492,14 +1492,12 @@ hash/signatures.")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (string-append (uri (string-append "https://pyyaml.org/download/libyaml/yaml-"
"http://pyyaml.org/download/libyaml/yaml-" version ".tar.gz"))
version ".tar.gz"))
(sha256 (sha256
(base32 (base32 "0mq5wf17ifcwwxq3kbimhi53jn3fg23vcynqpzxjcz3vfjlfs2nq"))))
"0mq5wf17ifcwwxq3kbimhi53jn3fg23vcynqpzxjcz3vfjlfs2nq"))))
(build-system gnu-build-system) (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") (synopsis "YAML 1.1 parser and emitter written in C")
(description (description
"LibYAML is a YAML 1.1 parser and emitter written in C.") "LibYAML is a YAML 1.1 parser and emitter written in C.")