Skip to content
Snippets Groups Projects
Unverified Commit 08644a01 authored by Tobias Geerinckx-Rice's avatar Tobias Geerinckx-Rice
Browse files

gnu: wla-dx: Update to 9.11.

* gnu/packages/assembly.scm (wla-dx): Update to 9.11.
parent edef1391
No related branches found
No related tags found
No related merge requests found
...@@ -308,7 +308,7 @@ (define-public rgbds ...@@ -308,7 +308,7 @@ (define-public rgbds
(define-public wla-dx (define-public wla-dx
(package (package
(name "wla-dx") (name "wla-dx")
(version "9.10") (version "9.11")
(source (origin (source (origin
(method git-fetch) (method git-fetch)
(uri (git-reference (uri (git-reference
...@@ -317,12 +317,12 @@ (define-public wla-dx ...@@ -317,12 +317,12 @@ (define-public wla-dx
(file-name (git-file-name name version)) (file-name (git-file-name name version))
(sha256 (sha256
(base32 (base32
"022isf7s9q5i0j4xj69zpp0lgw8p9n37sn7ii25v68r15zaahk2w")))) "0i8pxvyaih79pqnyvqyqd9rwdid91pna76cap0k1n5zhg8xswf2f"))))
(build-system cmake-build-system) (build-system cmake-build-system)
(native-inputs (native-inputs
`(("sphinx" ,python-sphinx))) ; to generate man pages `(("sphinx" ,python-sphinx))) ; to generate man pages
(arguments (arguments
`(#:tests? #f)) ; no tests `(#:tests? #f)) ; no tests
(home-page "https://github.com/vhelin/wla-dx") (home-page "https://github.com/vhelin/wla-dx")
(synopsis "Assemblers for various processors") (synopsis "Assemblers for various processors")
(description "WLA DX is a set of tools to assemble assembly files to (description "WLA DX is a set of tools to assemble assembly files to
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment