guix-commits
[Top][All Lists]
Advanced

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

29/30: gnu: emacs-alert: Update to 1.3.


From: guix-commits
Subject: 29/30: gnu: emacs-alert: Update to 1.3.
Date: Tue, 25 Jun 2019 02:56:24 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit dddfabb93e04ef2c5ca393cf54daaaed9ca61a40
Author: Brian Leung <address@hidden>
Date:   Tue Jun 25 04:44:02 2019 +0200

    gnu: emacs-alert: Update to 1.3.
    
    * gnu/packages/emacs-xyz.scm (emacs-alert): Update to 1.3.
---
 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 deea3e9..f38c843 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -6767,7 +6767,7 @@ notifications.")
 (define-public emacs-alert
   (package
     (name "emacs-alert")
-    (version "1.2")
+    (version "1.3")
     (source
      (origin
        (method git-fetch)
@@ -6776,7 +6776,7 @@ notifications.")
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "1vpc3q40m6dcrslki4bg725j4kv6c6xfxwjjl1ilg7la49fwwf26"))))
+        (base32 "0lc0p5cl4hfrzw1z2ghb11k1lvljn5m08jw5fmgwgxv667kwh49r"))))
     (build-system emacs-build-system)
     (propagated-inputs
      `(("emacs-gntp" ,emacs-gntp)



reply via email to

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