me
/
guix
Archived
1
0
Fork 0

gnu: emacs-spinner: Update to 1.7.4.

* gnu/packages/emacs-xyz.scm (emacs-spinner): Update to 1.7.4.
master
Nicolas Goaziou 2021-07-04 08:52:08 +02:00
parent f7e1478202
commit 9eebe60891
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -9389,14 +9389,14 @@ languages.")
(define-public emacs-spinner
(package
(name "emacs-spinner")
(version "1.7.3")
(version "1.7.4")
(source (origin
(method url-fetch)
(uri (string-append "https://elpa.gnu.org/packages/spinner-"
version ".el"))
(sha256
(base32
"19kp1mmndbmw11sgvv2ggfjl4pyf5zrsbh3871f0965pw9z8vahd"))))
"140kss25ijbwf8hzflbjz67ry76w2cyrh02axk95n6qcxv7jr7pv"))))
(build-system emacs-build-system)
(home-page "https://github.com/Malabarba/spinner.el")
(synopsis "Emacs mode-line spinner for operations in progress")