mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: emacs-flim-lb: Update to 1.14.9-137.80b8121.
* gnu/packages/emacs-xyz.scm (emacs-flim-lb): Update to 1.14.9-137.80b8121. [version]: Inline version. Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
2687e1918f
commit
1650e3585b
1 changed files with 4 additions and 5 deletions
|
@ -37710,12 +37710,11 @@ (define-public emacs-apel-lb
|
|||
|
||||
(define-public emacs-flim-lb
|
||||
;; No release since Nov 28, 2007.
|
||||
(let ((version "1.14.9")
|
||||
(revision "136")
|
||||
(commit "2cf5a7891090faca8de725b1d3743dcedf233ea2"))
|
||||
(let ((commit "80b8121f05a5a0d7fcfe3e54085467a646dd2028")
|
||||
(revision "137"))
|
||||
(package
|
||||
(name "emacs-flim-lb")
|
||||
(version (git-version version revision commit))
|
||||
(version (git-version "1.14.9" revision commit))
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -37724,7 +37723,7 @@ (define-public emacs-flim-lb
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1wsnipyl3blldcl8ynmpj1mxfvl7kjmxd8gapl83vqd3r0l9cr6q"))))
|
||||
"02shd2mp9ywncn0wxgrijn0i8fa69kfx1y6nh5jjd64dyiczmskk"))))
|
||||
(build-system emacs-build-system)
|
||||
(propagated-inputs (list emacs-apel-lb emacs-oauth2))
|
||||
(home-page "https://www.emacswiki.org/emacs/WanderLust")
|
||||
|
|
Loading…
Reference in a new issue