gnu: openspin: Don't use unstable tarball.

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

View File

@ -2,7 +2,7 @@
;;; Copyright © 2016, 2017, 2018, 2019 Ricardo Wurmus <rekado@elephly.net> ;;; Copyright © 2016, 2017, 2018, 2019 Ricardo Wurmus <rekado@elephly.net>
;;; Copyright © 2016, 2017 Theodoros Foradis <theodoros@foradis.org> ;;; Copyright © 2016, 2017 Theodoros Foradis <theodoros@foradis.org>
;;; Copyright © 2016 David Craven <david@craven.ch> ;;; Copyright © 2016 David Craven <david@craven.ch>
;;; Copyright © 2017 Efraim Flashner <efraim@flashner.co.il> ;;; Copyright © 2017, 2020 Efraim Flashner <efraim@flashner.co.il>
;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr> ;;; Copyright © 2018 Tobias Geerinckx-Rice <me@tobias.gr>
;;; Copyright © 2018, 2019 Clément Lassieur <clement@lassieur.org> ;;; Copyright © 2018, 2019 Clément Lassieur <clement@lassieur.org>
;;; ;;;
@ -753,13 +753,14 @@ Propeller micro-controller development.")
(name "openspin") (name "openspin")
(version "1.00.78") (version "1.00.78")
(source (origin (source (origin
(method url-fetch) (method git-fetch)
(uri (string-append "https://github.com/parallaxinc/" (uri (git-reference
"OpenSpin/archive/" version ".tar.gz")) (url "https://github.com/parallaxinc/OpenSpin")
(file-name (string-append name "-" version ".tar.gz")) (commit version)))
(file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"1k2dbz1v604g4r2d9qhckg2m8dnhiya760mbsqfsg4waxal87yb7")))) "0ghk8hj4717ydhqzx2pfs6737s1cxng6sgg2xgbkwvcfclxdbrd0"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:tests? #f ; no tests `(#:tests? #f ; no tests