mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: wla-dx: Update to 9.12.
* gnu/packages/assembly.scm (wla-dx): Update to 9.12.
This commit is contained in:
parent
23f964a62c
commit
6bce6469b9
1 changed files with 2 additions and 2 deletions
|
@ -342,7 +342,7 @@ (define-public rgbds
|
|||
(define-public wla-dx
|
||||
(package
|
||||
(name "wla-dx")
|
||||
(version "9.11")
|
||||
(version "9.12")
|
||||
(source (origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
|
@ -351,7 +351,7 @@ (define-public wla-dx
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32
|
||||
"0i8pxvyaih79pqnyvqyqd9rwdid91pna76cap0k1n5zhg8xswf2f"))))
|
||||
"1wlbqv2rgk9q6m9an1mi0i29250zl8lw7zipki2bbi9mczpyczli"))))
|
||||
(build-system cmake-build-system)
|
||||
(native-inputs
|
||||
`(("sphinx" ,python-sphinx))) ; to generate man pages
|
||||
|
|
Loading…
Reference in a new issue