mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -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
|
(define-public emacs-flim-lb
|
||||||
;; No release since Nov 28, 2007.
|
;; No release since Nov 28, 2007.
|
||||||
(let ((version "1.14.9")
|
(let ((commit "80b8121f05a5a0d7fcfe3e54085467a646dd2028")
|
||||||
(revision "136")
|
(revision "137"))
|
||||||
(commit "2cf5a7891090faca8de725b1d3743dcedf233ea2"))
|
|
||||||
(package
|
(package
|
||||||
(name "emacs-flim-lb")
|
(name "emacs-flim-lb")
|
||||||
(version (git-version version revision commit))
|
(version (git-version "1.14.9" revision commit))
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -37724,7 +37723,7 @@ (define-public emacs-flim-lb
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1wsnipyl3blldcl8ynmpj1mxfvl7kjmxd8gapl83vqd3r0l9cr6q"))))
|
"02shd2mp9ywncn0wxgrijn0i8fa69kfx1y6nh5jjd64dyiczmskk"))))
|
||||||
(build-system emacs-build-system)
|
(build-system emacs-build-system)
|
||||||
(propagated-inputs (list emacs-apel-lb emacs-oauth2))
|
(propagated-inputs (list emacs-apel-lb emacs-oauth2))
|
||||||
(home-page "https://www.emacswiki.org/emacs/WanderLust")
|
(home-page "https://www.emacswiki.org/emacs/WanderLust")
|
||||||
|
|
Loading…
Reference in a new issue