guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: gnu: wla-dx: Update to 9.11.


From: guix-commits
Subject: 03/03: gnu: wla-dx: Update to 9.11.
Date: Wed, 22 Jul 2020 22:21:21 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 08644a01e3b2a3b1b26bad7148d9777143d9eba8
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Tue Jul 21 00:17:37 2020 +0200

    gnu: wla-dx: Update to 9.11.
    
    * gnu/packages/assembly.scm (wla-dx): Update to 9.11.
---
 gnu/packages/assembly.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/assembly.scm b/gnu/packages/assembly.scm
index cd02541..aa92ccb 100644
--- a/gnu/packages/assembly.scm
+++ b/gnu/packages/assembly.scm
@@ -308,7 +308,7 @@ package for the Game Boy and Game Boy Color.  It consists 
of:
 (define-public wla-dx
   (package
     (name "wla-dx")
-    (version "9.10")
+    (version "9.11")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -317,12 +317,12 @@ package for the Game Boy and Game Boy Color.  It consists 
of:
               (file-name (git-file-name name version))
               (sha256
                (base32
-                "022isf7s9q5i0j4xj69zpp0lgw8p9n37sn7ii25v68r15zaahk2w"))))
+                "0i8pxvyaih79pqnyvqyqd9rwdid91pna76cap0k1n5zhg8xswf2f"))))
     (build-system cmake-build-system)
     (native-inputs
      `(("sphinx" ,python-sphinx)))      ; to generate man pages
     (arguments
-     `(#:tests? #f)) ; no tests
+     `(#:tests? #f))                    ; no tests
     (home-page "https://github.com/vhelin/wla-dx";)
     (synopsis "Assemblers for various processors")
     (description "WLA DX is a set of tools to assemble assembly files to



reply via email to

[Prev in Thread] Current Thread [Next in Thread]