diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-16 02:00:01 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-16 02:00:01 +0200 |
commit | 2103e7c0fcb3509c5d03963594b847524b0003d6 (patch) | |
tree | e612b9f7d04485c12cd0fc3de35bef5fad0bdcb3 /gnu/packages | |
parent | 42962a9ddbf3ab538115348b366b9c64564fac13 (diff) | |
download | guix-2103e7c0fcb3509c5d03963594b847524b0003d6.tar.gz |
gnu: wla-dx: Update to 10.5.
* gnu/packages/assembly.scm (wla-dx): Update to 10.5.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/assembly.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/assembly.scm b/gnu/packages/assembly.scm index 9cbdb53328..488d0725eb 100644 --- a/gnu/packages/assembly.scm +++ b/gnu/packages/assembly.scm @@ -346,7 +346,7 @@ package for the Game Boy and Game Boy Color. It consists of: (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 @@ package for the Game Boy and Game Boy Color. It consists of: (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 |