guix-commits
[Top][All Lists]
Advanced

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

04/07: gnu: wla-dx: Update to 9.12.


From: guix-commits
Subject: 04/07: gnu: wla-dx: Update to 9.12.
Date: Thu, 25 Mar 2021 16:30:57 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 6bce6469b9f386bfe938d992ec122f842efbdbf2
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Thu Mar 25 21:04:22 2021 +0100

    gnu: wla-dx: Update to 9.12.
    
    * gnu/packages/assembly.scm (wla-dx): Update to 9.12.
---
 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 9db1834..dbed33b 100644
--- a/gnu/packages/assembly.scm
+++ b/gnu/packages/assembly.scm
@@ -342,7 +342,7 @@ package for the Game Boy and Game Boy Color.  It consists 
of:
 (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 @@ package for the Game Boy and Game Boy Color.  It consists 
of:
               (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



reply via email to

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