[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: sameboy: Update to 0.15.5.
From: |
guix-commits |
Subject: |
branch master updated: gnu: sameboy: Update to 0.15.5. |
Date: |
Fri, 09 Sep 2022 15:35:55 -0400 |
This is an automated email from the git hooks/post-receive script.
ngz pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new e08b1669b4 gnu: sameboy: Update to 0.15.5.
e08b1669b4 is described below
commit e08b1669b46c8ada015f7f82e68399d57fc4f0d2
Author: Felix Gruber <felgru@posteo.net>
AuthorDate: Fri Sep 9 19:23:14 2022 +0000
gnu: sameboy: Update to 0.15.5.
* gnu/packages/emulators.scm (sameboy): Update to 0.15.5.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
---
gnu/packages/emulators.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm
index 92af9adced..85912caf7f 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -773,7 +773,7 @@ and Game Boy Color games.")
(define-public sameboy
(package
(name "sameboy")
- (version "0.15")
+ (version "0.15.5")
(source
(origin
(method git-fetch)
@@ -782,7 +782,7 @@ and Game Boy Color games.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "0rhl9khc5pxbikjsq4aha5cpqfxf3bnxalc94idd4haw0zf892q9"))))
+ (base32 "0ly9x6cch0wdcnsp0qmrdl6r2h8805jp8hwji3fwswj8rlhxkpa7"))))
(build-system gnu-build-system)
(native-inputs
(list rgbds pkg-config))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: sameboy: Update to 0.15.5.,
guix-commits <=