gnu: emacs-mmm-mode: Don't use unstable tarball.

* gnu/packages/emacs-xyz.scm (emacs-mmm-mode)[source]: Don't use
unstable tarball.
master
Efraim Flashner 2019-03-27 22:53:47 +02:00
parent 49464d2b16
commit 8cd07b72e9
No known key found for this signature in database
GPG Key ID: 41AAE7DCCA3D8351
1 changed files with 6 additions and 6 deletions

View File

@ -1555,14 +1555,14 @@ diagrams.")
(version "0.5.5")
(source
(origin
(method url-fetch)
(uri (string-append
"https://github.com/purcell/mmm-mode/archive/"
version ".tar.gz"))
(file-name (string-append name "-" version ".tar.gz"))
(method git-fetch)
(uri (git-reference
(url "https://github.com/purcell/mmm-mode.git")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32
"0c5ing3hcr74k78hqhrfwiv6m3n8hqfrw89j2x34vf60f4iyqzqc"))))
"1nrrccsy9qhjvjrlrjkzkmaa4mfzxv8ahnipqg4szz4n0hxnb1aa"))))
(build-system gnu-build-system)
(arguments
'(#:phases