aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorjgart <jgart@dismail.de>2024-10-10 07:37:20 -0500
committerjgart <jgart@dismail.de>2024-10-10 07:38:41 -0500
commit39df1ac928beeeb316980c5ecb5dfaae7053460d (patch)
treef8e5f6c5599d822eef7561486d968a539ba166d5 /gnu/packages
parent8a70f72763617835f148ef68bd6e44b075313e54 (diff)
downloadguix-39df1ac928beeeb316980c5ecb5dfaae7053460d.tar.gz
guix-39df1ac928beeeb316980c5ecb5dfaae7053460d.zip
gnu: lem: Update to 7b380ea.
* gnu/packages/text-editors.scm (lem): Update to 7b380ea. Change-Id: I8f1e8b914491809734e2c47e63ecbefb1e2777f0
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/text-editors.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/text-editors.scm b/gnu/packages/text-editors.scm
index 1d077275c8..bfd9a7a060 100644
--- a/gnu/packages/text-editors.scm
+++ b/gnu/packages/text-editors.scm
@@ -148,8 +148,8 @@ extensions over the standard utility.")
(license license:gpl3+)))
(define-public lem
- (let ((commit "80ab76c2946569a8a009fa0c0dcd29d29d9190a4")
- (revision "1"))
+ (let ((commit "7b380ea04cea2696975da6c7d8c29e57ce2907a2")
+ (revision "2"))
(package
(name "lem")
(version (git-version "2.2.0" revision commit))
@@ -160,7 +160,7 @@ extensions over the standard utility.")
(url "https://github.com/lem-project/lem/")
(commit commit)))
(sha256
- (base32 "1bqypfdq7m76i4ilm7xj2k7wnd67vqz7kg97x2q8y37v07vm1vjs"))
+ (base32 "1096vkpd3srs7c8mlirb6qfzmvp7hbkgrj9x6rniyvid9vl0ffmy"))
(file-name (git-file-name name version))
(snippet
#~(begin
(info_TEXINFOS): Add it. * po/doc/local.mk (DOC_PO_FILES): Add it. Julien Lepiller 2021-04-18nls: Add Portuguese (Brazil) translation of the manual.Julien Lepiller 2021-04-18nls: Add French translation of the cookbook.Julien Lepiller 2021-04-18doc: Fix pxref translation issue....* doc/local.mk (xref_command): Change regexp to match properly. Julien Lepiller 2020-10-27doc: Fix xref translation macro....* doc/local.mk (xref_command): Wrap loop body in 'if [ -n "$$e" ]'. This avoids shell syntax errors when producing doc/guix-cookbook.de.texi, which for some reason gets an empty 'e' at one point. Quote the first argument to 'head'. Ludovic Courtès 2020-05-22doc: Update 'Bootstrapping' for further binary seed reduction....* doc/images/gcc-core-mesboot0-graph.dot: New image, replacing * doc/images/gcc-mesboot0-bag-graph.dot: ... remove file. * doc/local.mk (DOT_FILES): Update for new image file. * doc/guix.texi (Reduced Binary Seed Bootstrap): Use it in updated description of further reduction of the trusted computing base. Jan Nieuwenhuizen