mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: lem: Update to 2.2.0-3.534cb9f.
* gnu/packages/text-editors.scm (lem): Update to 2.2.0-3.534cb9f. Change-Id: Ica593ed6604738b64de7b2bde84aefc3145d911a Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
This commit is contained in:
committed by
Guillaume Le Vaillant
parent
372ffc07bc
commit
304a6deaeb
@@ -149,8 +149,8 @@ extensions over the standard utility.")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public lem
|
||||
(let ((commit "7b380ea04cea2696975da6c7d8c29e57ce2907a2")
|
||||
(revision "2"))
|
||||
(let ((commit "534cb9f2e1e1b0ffbdf4552a39801deec21a76f8")
|
||||
(revision "3"))
|
||||
(package
|
||||
(name "lem")
|
||||
(version (git-version "2.2.0" revision commit))
|
||||
@@ -161,7 +161,7 @@ extensions over the standard utility.")
|
||||
(url "https://github.com/lem-project/lem/")
|
||||
(commit commit)))
|
||||
(sha256
|
||||
(base32 "1096vkpd3srs7c8mlirb6qfzmvp7hbkgrj9x6rniyvid9vl0ffmy"))
|
||||
(base32 "0dxn5hc8lfw1l5d7kn16psbdvxrn8m7nvn3qhicqq7m3mml40v2h"))
|
||||
(file-name (git-file-name name version))
|
||||
(snippet
|
||||
#~(begin
|
||||
|
||||
Reference in New Issue
Block a user