3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01: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:
Maxim Cournoyer 2021-01-25 01:04:14 -05:00
parent 97bb78ad7c
commit d7354701dc
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -420,19 +420,19 @@ sets, both THUMB and ARM mode.")
(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 @@ sets, both THUMB and ARM mode.")
(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