gnu: stlink: Don't use unstable tarball.

* gnu/packages/embedded.scm (stlink)[source]: Download using git-fetch.
This commit is contained in:
Efraim Flashner 2020-01-24 10:24:12 +02:00
parent 02aab3df21
commit fe1506a0ca
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1262,13 +1262,14 @@ and displaying decoded target responses.
(version "1.5.1") (version "1.5.1")
(source (source
(origin (origin
(method url-fetch) (method git-fetch)
(uri (string-append "https://github.com/texane/stlink/archive/v" (uri (git-reference
version ".tar.gz")) (url "https://github.com/texane/stlink")
(file-name (string-append name "-" version ".tar.gz")) (commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"01z1cz1a5xbbhd163qrqcgp4bi1k145pb80jmwdz50g7sfzmy570")))) "1d5gxiqpsm8fc105cxlp27af9fk339fap5h6nay21x5a7n61jgyc"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(arguments (arguments
`(#:tests? #f ;no tests `(#:tests? #f ;no tests