gnu: emacs-alert: Update to 1.3.

* gnu/packages/emacs-xyz.scm (emacs-alert): Update to 1.3.
master
Brian Leung 2019-06-25 04:44:02 +02:00 committed by Nicolas Goaziou
parent 398d9ef16b
commit dddfabb93e
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 2 additions and 2 deletions

View File

@ -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)