summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-03-25 21:04:22 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2021-03-25 21:04:22 +0100
commit6bce6469b9f386bfe938d992ec122f842efbdbf2 (patch)
tree3df9bace73bf6a30f886dd93db764187066b2cca /gnu
parent23f964a62c6040b4d0ff34d9e69c9ad67a6033a0 (diff)
downloadguix-6bce6469b9f386bfe938d992ec122f842efbdbf2.tar.gz
gnu: wla-dx: Update to 9.12.
* gnu/packages/assembly.scm (wla-dx): Update to 9.12.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/assembly.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/assembly.scm b/gnu/packages/assembly.scm
index 9db1834d27..dbed33bb3d 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