mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-28 03:45:07 -06:00
gnu: lem: Update to 2.2.0-4.6e655f6.
* gnu/packages/text-editors.scm (lem): Update to 2.2.0-4.6e655f6. Change-Id: Ia853baac245cf0bfec647aca1edb4d45b4172c06 Signed-off-by: jgart <jgart@dismail.de>
This commit is contained in:
parent
a79a6a6e00
commit
ecfe3798c5
1 changed files with 3 additions and 3 deletions
|
|
@ -209,8 +209,8 @@ intuitive, while also taking advantage of the capabilities of modern terminals."
|
|||
(license license:expat)))
|
||||
|
||||
(define-public lem
|
||||
(let ((commit "534cb9f2e1e1b0ffbdf4552a39801deec21a76f8")
|
||||
(revision "3"))
|
||||
(let ((commit "6e655f662356c192e46676437ad47e257cbbceb9")
|
||||
(revision "4"))
|
||||
(package
|
||||
(name "lem")
|
||||
(version (git-version "2.2.0" revision commit))
|
||||
|
|
@ -221,7 +221,7 @@ intuitive, while also taking advantage of the capabilities of modern terminals."
|
|||
(url "https://github.com/lem-project/lem/")
|
||||
(commit commit)))
|
||||
(sha256
|
||||
(base32 "0dxn5hc8lfw1l5d7kn16psbdvxrn8m7nvn3qhicqq7m3mml40v2h"))
|
||||
(base32 "09qbry1wb05vy6yldy27w6x8cp39lhlx4migpxsq3vpabz1l3vxn"))
|
||||
(file-name (git-file-name name version))
|
||||
(snippet
|
||||
#~(begin
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue