gnu: the-butterfly-effect: Don't use unstable tarball.

* gnu/packages/games.scm (the-butterfly-effect)[source]: Download using
git-fetch.
This commit is contained in:
Efraim Flashner 2019-11-19 23:08:23 +02:00
parent 6484b09141
commit 089c6b0096
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -5444,14 +5444,14 @@ (define-public the-butterfly-effect
(version "0.9.3.1") (version "0.9.3.1")
(source (source
(origin (origin
(method url-fetch) (method git-fetch)
(uri (string-append (uri (git-reference
"https://github.com/the-butterfly-effect/tbe/archive/" (url "https://github.com/the-butterfly-effect/tbe.git")
"v" version ".tar.gz")) (commit (string-append "v" version))))
(file-name (string-append name "-" version ".tar.gz")) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"18qkp7fgdvyl3haqqa693mgyic7afsznsxgz98z9wn4csaqxsnby")))) "1ag2cp346f9bz9qy6za6q54id44d2ypvkyhvnjha14qzzapwaysj"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:phases `(#:phases