mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-20 01:33:18 -05:00
gnu: intel-xed: Update to 12.0.1.
This fixes the build on Python 3.9. * gnu/packages/assembly.scm (intel-xed): Update to 12.0.1.
This commit is contained in:
parent
97bb78ad7c
commit
d7354701dc
1 changed files with 5 additions and 5 deletions
|
@ -420,19 +420,19 @@ (define-public armips
|
||||||
(define-public intel-xed
|
(define-public intel-xed
|
||||||
(package
|
(package
|
||||||
(name "intel-xed")
|
(name "intel-xed")
|
||||||
(version "11.2.0")
|
(version "12.0.1")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/intelxed/xed")
|
(url "https://github.com/intelxed/xed")
|
||||||
(commit version)))
|
(commit version)))
|
||||||
(sha256 (base32 "1jffayski2gpd54vaska7fmiwnnia8v3cka4nfyzjgl8xsky9v2s"))
|
(sha256 (base32 "07zfff8zf29c2n0wal87hiqfq3cwcjn80zz78mz0nyjfj09nd39f"))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(patches (search-patches "intel-xed-fix-nondeterminism.patch"))))
|
(patches (search-patches "intel-xed-fix-nondeterminism.patch"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("python-wrapper" ,python-wrapper)
|
`(("python" ,python-wrapper)
|
||||||
("tcsh" ,tcsh)
|
("tcsh" ,tcsh)
|
||||||
;; As of the time of writing this comment, mbuild does not exist in the
|
;; As of the time of writing this comment, mbuild does not exist in the
|
||||||
;; Python Package Index and seems to only be used by intel-xed, so we
|
;; Python Package Index and seems to only be used by intel-xed, so we
|
||||||
|
@ -446,10 +446,10 @@ (define-public intel-xed
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/intelxed/mbuild")
|
(url "https://github.com/intelxed/mbuild")
|
||||||
(commit "5304b94361fccd830c0e2417535a866b79c1c297")))
|
(commit "3de3f0d753c11dbe634bec611d4cc13f74768e4f")))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0r3avc3035aklqxcnc14rlmmwpj3jp09vbcbwynhvvmcp8srl7dl"))
|
"0z8hdhpmk8y5c9429p2yns9daswnffbprni9czkq3vij8f58lkg4"))
|
||||||
(file-name (git-file-name name version)))))))
|
(file-name (git-file-name name version)))))))
|
||||||
(outputs '("out" "lib"))
|
(outputs '("out" "lib"))
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Reference in a new issue