[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
05/06: gnu: wla-dx: Update to 10.5.
From: |
guix-commits |
Subject: |
05/06: gnu: wla-dx: Update to 10.5. |
Date: |
Fri, 21 Jul 2023 13:12:54 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 2103e7c0fcb3509c5d03963594b847524b0003d6
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Jul 16 02:00:01 2023 +0200
gnu: wla-dx: Update to 10.5.
* gnu/packages/assembly.scm (wla-dx): Update to 10.5.
---
gnu/packages/assembly.scm | 4 ++--
1 file 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
- branch master updated (acbb9d2dad -> eb12f3fd8b), guix-commits, 2023/07/21
- 01/06: gnu: ode: Update to 0.16.4., guix-commits, 2023/07/21
- 04/06: gnu: snapcast: Update to 0.27.0., guix-commits, 2023/07/21
- 03/06: gnu: srecord: Update to 1.65.0., guix-commits, 2023/07/21
- 06/06: gnu: wla-dx: Use G-expressions., guix-commits, 2023/07/21
- 02/06: gnu: diffoscope: Update to 245., guix-commits, 2023/07/21
- 05/06: gnu: wla-dx: Update to 10.5.,
guix-commits <=