gnu: cobol: Download NIST suite over HTTPS.

Suggested by Simon Sobisch <simonsobisch@web.de>.

* gnu/packages/cobol.scm (gnucobol)[inputs]: Download "newcob" over HTTPS.
This commit is contained in:
Ludovic Courtès 2018-04-08 22:32:27 +02:00
parent 33d82486d5
commit adc671450b
No known key found for this signature in database
GPG key ID: 090B11993D9AEBB5

View file

@ -59,7 +59,7 @@ (define-public gnucobol
("ncurses" ,ncurses)
("newcob" ,(origin
(method url-fetch)
(uri "http://www.itl.nist.gov/div897/ctg/suites/newcob.val.Z")
(uri "https://www.itl.nist.gov/div897/ctg/suites/newcob.val.Z")
(sha256
(base32
"1yb1plmv4firfnbb119r2vh1hay221w1ya34nyz0qwsxppfr56hy"))))))