mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: emacs-semi-epg: Update to 1.14.6-247.d15603b.
* gnu/packages/emacs-xyz.scm (emacs-semi-epg): Update to 1.14.6-247.d15603b. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
7995a474ea
commit
56c0c79511
1 changed files with 3 additions and 3 deletions
|
@ -38349,8 +38349,8 @@ (define-public emacs-flim-lb
|
|||
|
||||
(define-public emacs-semi-epg
|
||||
;; No release since Dec 24, 2003.
|
||||
(let ((commit "9370961ddcee78e389e44b36d38c3d93f8351619")
|
||||
(revision "246"))
|
||||
(let ((commit "d15603b8eb791f2057b48071c262996ad7767505")
|
||||
(revision "247"))
|
||||
(package
|
||||
(name "emacs-semi-epg")
|
||||
(version (git-version "1.14.6" revision commit))
|
||||
|
@ -38362,7 +38362,7 @@ (define-public emacs-semi-epg
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"13f267j0mrji9cvjhq129nslrj2gwvq7ibsz384a4qilxf5rhccc"))))
|
||||
"0cxrzgxflwgz9wsim84vrliwvkf53v242di4dvn2dfh65gccwqjx"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs (list emacs-flim-lb))
|
||||
(inputs (list emacs-bbdb-vcard))
|
||||
|
|
Loading…
Reference in a new issue