mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-17 20:27:36 -05:00
gnu: emacs-spinner: Update to 1.7.4.
* gnu/packages/emacs-xyz.scm (emacs-spinner): Update to 1.7.4.
This commit is contained in:
parent
f7e1478202
commit
9eebe60891
1 changed files with 2 additions and 2 deletions
|
@ -9389,14 +9389,14 @@ (define-public emacs-pkg-info
|
||||||
(define-public emacs-spinner
|
(define-public emacs-spinner
|
||||||
(package
|
(package
|
||||||
(name "emacs-spinner")
|
(name "emacs-spinner")
|
||||||
(version "1.7.3")
|
(version "1.7.4")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "https://elpa.gnu.org/packages/spinner-"
|
(uri (string-append "https://elpa.gnu.org/packages/spinner-"
|
||||||
version ".el"))
|
version ".el"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"19kp1mmndbmw11sgvv2ggfjl4pyf5zrsbh3871f0965pw9z8vahd"))))
|
"140kss25ijbwf8hzflbjz67ry76w2cyrh02axk95n6qcxv7jr7pv"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(home-page "https://github.com/Malabarba/spinner.el")
|
(home-page "https://github.com/Malabarba/spinner.el")
|
||||||
(synopsis "Emacs mode-line spinner for operations in progress")
|
(synopsis "Emacs mode-line spinner for operations in progress")
|
||||||
|
|
Loading…
Reference in a new issue