guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-spinner: Update to 1.7.4.


From: guix-commits
Subject: branch master updated: gnu: emacs-spinner: Update to 1.7.4.
Date: Sun, 04 Jul 2021 02:53:26 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 9eebe60  gnu: emacs-spinner: Update to 1.7.4.
9eebe60 is described below

commit 9eebe608915080cee1300a6b78dcf6c97efa57de
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Jul 4 08:52:08 2021 +0200

    gnu: emacs-spinner: Update to 1.7.4.
    
    * gnu/packages/emacs-xyz.scm (emacs-spinner): Update to 1.7.4.
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 31fa8a0..33a6ffd 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -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")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]