mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-24 11:16:38 +01:00
gnu: sg3-utils: Download over HTTPS.
* gnu/packages/scsi.scm (sg3-utils)[source]: Use HTTPS.
This commit is contained in:
parent
3c5050b613
commit
753ca72fc1
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ (define-public sg3-utils
|
||||||
(version "1.48")
|
(version "1.48")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "http://sg.danny.cz/sg/p/sg3_utils-"
|
(uri (string-append "https://sg.danny.cz/sg/p/sg3_utils-"
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
|
|
Loading…
Reference in a new issue