mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 06:42:14 -05:00
gnu: wla-dx: Update to 10.5.
* gnu/packages/assembly.scm (wla-dx): Update to 10.5.
This commit is contained in:
parent
42962a9ddb
commit
2103e7c0fc
1 changed files with 2 additions and 2 deletions
|
@ -346,7 +346,7 @@ (define-public rgbds
|
|||
(define-public wla-dx
|
||||
(package
|
||||
(name "wla-dx")
|
||||
(version "10.1")
|
||||
(version "10.5")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -355,7 +355,7 @@ (define-public wla-dx
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"1nh2k2xn5fj389gq68f3fxgrxakgn8c6dw2ffqay86s3706hac9w"))))
|
||||
"1h6apmhaks4772s2cja34ck488p8yhb3nscbxjw5061ml2046zqq"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs (list python-sphinx)) ; to generate man pages
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue