diff options
author | Maxim Cournoyer <maxim@guixotic.coop> | 2025-07-29 23:30:42 +0900 |
---|---|---|
committer | Maxim Cournoyer <maxim@guixotic.coop> | 2025-07-30 08:46:13 +0900 |
commit | 1aae2062d9c23f909236e25d0c4c39069c4b7b28 (patch) | |
tree | 25acec9932998dc61a724a23fd5a40b41f5c56d3 | |
parent | b46c9822d25472bf8f50610d4d43a8eb17e6b8a0 (diff) |
gnu: jg-cega: Update to 0.6.1.
* gnu/packages/emulators.scm (jg-cega): Update to 0.6.1.
Change-Id: Ic13a0f086af8306ad39759475b0f6f55cd6b1360
-rw-r--r-- | gnu/packages/emulators.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm index b1360962ca..3561e6a99f 100644 --- a/gnu/packages/emulators.scm +++ b/gnu/packages/emulators.scm @@ -3835,7 +3835,7 @@ of the Nestopia emulator.") (define-public jg-cega (package (name "jg-cega") - (version "0.6.0") + (version "0.6.1") (source (origin (method git-fetch) (uri (git-reference @@ -3846,7 +3846,7 @@ of the Nestopia emulator.") (file-name (git-file-name name version)) (sha256 (base32 - "10qxfch08850zivxf4s1mhh0clx4h1cfn440acm6d7glb6wbv822")))) + "1zcxy6zkh3gg3kg050j21bqwf6wdq7q0xifqg3vs07s30yh042zc")))) (build-system gnu-build-system) (arguments (list #:tests? #f ;no test suite |