mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 22:26:40 -05:00
gnu: emacs-semi-epg: Update to 1.14.6-246.9370961.
* gnu/packages/emacs-xyz.scm (emacs-semi-epg): Update to 1.14.6-246.9370961. [version]: Inline version. [propagated-inputs]: Move emacs-bbdb-vcard … [inputs]: … here. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
1650e3585b
commit
8371394c0d
1 changed files with 6 additions and 6 deletions
|
@ -37737,12 +37737,11 @@ (define-public emacs-flim-lb
|
|||
|
||||
(define-public emacs-semi-epg
|
||||
;; No release since Dec 24, 2003.
|
||||
(let ((version "1.14.6")
|
||||
(revision "242")
|
||||
(commit "7d8df0ef2f483e2dc063a72099295f467e6bc2c8"))
|
||||
(let ((commit "9370961ddcee78e389e44b36d38c3d93f8351619")
|
||||
(revision "246"))
|
||||
(package
|
||||
(name "emacs-semi-epg")
|
||||
(version (git-version version revision commit))
|
||||
(version (git-version "1.14.6" revision commit))
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -37751,9 +37750,10 @@ (define-public emacs-semi-epg
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"01dn91xjcl7p5rnbgyh5l4kdlqx31s0gw5vh7hhcapbiq8rihmjd"))))
|
||||
"13f267j0mrji9cvjhq129nslrj2gwvq7ibsz384a4qilxf5rhccc"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs (list emacs-bbdb-vcard emacs-flim-lb))
|
||||
(propagated-inputs (list emacs-flim-lb))
|
||||
(inputs (list emacs-bbdb-vcard))
|
||||
(home-page "https://www.emacswiki.org/emacs/WanderLust")
|
||||
(synopsis "Library to provide MIME feature for GNU Emacs")
|
||||
(description
|
||||
|
|
Loading…
Reference in a new issue