Archived
1
0
Fork 0

gnu: emacs-sml-mode: Fix source.

* gnu/packages/emacs-xyz.scm (emacs-sml-mode)[source]<origin>: Fix tarball name.
This commit is contained in:
Nicolas Goaziou 2023-01-29 16:13:11 +01:00
parent 46a93fef85
commit 1bb9394071
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -23701,7 +23701,7 @@ modes of SLIME.")
(origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/sml-mode-"
version ".el"))
version ".tar"))
(sha256
(base32 "05vga709kphbx6jacqh57cq5gyicwrxxf81gask5lbq7vzfzlbfc"))))
(build-system emacs-build-system)