mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: intel-xed: Update to 2025.03.02.
* gnu/packages/assembly.scm (intel-xed): Update to 2025.03.02. Change-Id: Ibd14ba0dfac925b673c8370d01c18ae8e81a93d9
This commit is contained in:
parent
30b0c2862e
commit
4e12a464b4
1 changed files with 2 additions and 2 deletions
|
@ -586,14 +586,14 @@ sets, both THUMB and ARM mode.")
|
|||
(define-public intel-xed
|
||||
(package
|
||||
(name "intel-xed")
|
||||
(version "2023.08.21")
|
||||
(version "2025.03.02")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/intelxed/xed")
|
||||
(commit (string-append "v" version))))
|
||||
(sha256 (base32 "1zv99m5h3n3w6jcpplznq030s5mlwg5llz3vgfwpfl5l8laz1032"))
|
||||
(sha256 (base32 "1h1q1rq96mh0jaqsg5pwmxwrcbpb83i79kblzfqszlq2nn0ih55j"))
|
||||
(file-name (git-file-name name version))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue