mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: helix: Update to 25.07.1.
* gnu/packages/text-editors.scm (helix): Update to 25.07.1. Signed-off-by: Andreas Enge <andreas@enge.fr>
This commit is contained in:
parent
41a5c5c5c7
commit
ceca2249b1
2 changed files with 544 additions and 152 deletions
File diff suppressed because it is too large
Load diff
|
@ -561,7 +561,7 @@ plugin, though a standalone binary is built also.")
|
|||
(define-public helix
|
||||
(package
|
||||
(name "helix")
|
||||
(version "25.01.1")
|
||||
(version "25.07.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -570,7 +570,7 @@ plugin, though a standalone binary is built also.")
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1i9g1xk4vs11ccsrvdjz33yprcsim9ag045vifm7rx03hzcxfry0"))))
|
||||
(base32 "06m4zagivfa40rw25n3fn66d0z2rsf3r3cjdzwh67lh10wcb6m24"))))
|
||||
(build-system cargo-build-system)
|
||||
(arguments
|
||||
(list
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue