me
/
guix
Archived
1
0
Fork 0

gnu: emacs-spinner: Fix source URL.

* gnu/packages/emacs-xyz.scm (emacs-spinner)[source]: Fix URL.
master
Nicolas Goaziou 2021-07-04 14:42:14 +02:00
parent 73a5891d74
commit a1af5e2f72
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 3 deletions

View File

@ -9393,10 +9393,9 @@ languages.")
(source (origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/spinner-"
version ".el"))
version ".tar"))
(sha256
(base32
"140kss25ijbwf8hzflbjz67ry76w2cyrh02axk95n6qcxv7jr7pv"))))
(base32 "140kss25ijbwf8hzflbjz67ry76w2cyrh02axk95n6qcxv7jr7pv"))))
(build-system emacs-build-system)
(home-page "https://github.com/Malabarba/spinner.el")
(synopsis "Emacs mode-line spinner for operations in progress")