Archived
1
0
Fork 0

gnu: emacs-alert: Update to 1.3.

* gnu/packages/emacs-xyz.scm (emacs-alert): Update to 1.3.
This commit is contained in:
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

View file

@ -6767,7 +6767,7 @@ notifications.")
(define-public emacs-alert (define-public emacs-alert
(package (package
(name "emacs-alert") (name "emacs-alert")
(version "1.2") (version "1.3")
(source (source
(origin (origin
(method git-fetch) (method git-fetch)
@ -6776,7 +6776,7 @@ notifications.")
(commit (string-append "v" version)))) (commit (string-append "v" version))))
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 "1vpc3q40m6dcrslki4bg725j4kv6c6xfxwjjl1ilg7la49fwwf26")))) (base32 "0lc0p5cl4hfrzw1z2ghb11k1lvljn5m08jw5fmgwgxv667kwh49r"))))
(build-system emacs-build-system) (build-system emacs-build-system)
(propagated-inputs (propagated-inputs
`(("emacs-gntp" ,emacs-gntp) `(("emacs-gntp" ,emacs-gntp)