GNU bug report logs -
#65258
[PATCH 1/2] gnu: emacs-flim-lb: Update to 1.14.9-137.80b8121.
Previous Next
Reported by: Hilton Chain <hako <at> ultrarare.space>
Date: Sun, 13 Aug 2023 01:42:01 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
* gnu/packages/emacs-xyz.scm (emacs-flim-lb): Update to 1.14.9-137.80b8121.
[version]: Inline version.
---
gnu/packages/emacs-xyz.scm | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 0f0751e39a..be8ff7ad5a 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -37687,12 +37687,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
@@ -37701,7 +37700,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")
base-commit: d0a2b422e06aab0cab3a10a47ef378602992577f
--
2.41.0
This bug report was last modified 1 year and 347 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.