mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-07 19:39:34 +01: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 @@ package for the Game Boy and Game Boy Color. It consists of:
|
||||||
(define-public wla-dx
|
(define-public wla-dx
|
||||||
(package
|
(package
|
||||||
(name "wla-dx")
|
(name "wla-dx")
|
||||||
(version "9.11")
|
(version "9.12")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
|
@ -351,7 +351,7 @@ package for the Game Boy and Game Boy Color. It consists of:
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"0i8pxvyaih79pqnyvqyqd9rwdid91pna76cap0k1n5zhg8xswf2f"))))
|
"1wlbqv2rgk9q6m9an1mi0i29250zl8lw7zipki2bbi9mczpyczli"))))
|
||||||
(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
|
||||||
|
|
Loading…
Add table
Reference in a new issue