~ruther/guix-local

bcec0e51e34ca53cdc41403a7e81cffccb2d703e — Murilo 4 months ago ecb3a86
gnu: aquamarine: Update to 0.10.0.

* gnu/packages/xdisorg.scm (aquamarine): Update to 0.10.0.

Change-Id: Ic3b6d7ac9dcb7b40afb5c18fe55c17260ed0d8b5
Signed-off-by: Andreas Enge <andreas@enge.fr>
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/xdisorg.scm
M gnu/packages/xdisorg.scm => gnu/packages/xdisorg.scm +2 -2
@@ 381,7 381,7 @@ command line, without displaying a keyboard at all.")
(define-public aquamarine
  (package
    (name "aquamarine")
    (version "0.9.5")
    (version "0.10.0")
    (source (origin
              (method git-fetch)
              (uri (git-reference


@@ 390,7 390,7 @@ command line, without displaying a keyboard at all.")
              (file-name (git-file-name name version))
              (sha256
               (base32
                "1lxna15f46739wmz5h3iyz8xrmg63cly9a9p3k5jr4cznlfdip2h"))))
                "082pkm8lj7gi9940fxmy787c2g6k3fyp966syslzhpay5a61cyay"))))
    (build-system cmake-build-system)
    (arguments
     (list ;; TODO: Figure out what's expected in the test environment.