[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/08: gnu: sameboy: Update to 0.16.2.
From: |
guix-commits |
Subject: |
03/08: gnu: sameboy: Update to 0.16.2. |
Date: |
Sat, 10 Feb 2024 10:50:28 -0500 (EST) |
sharlatan pushed a commit to branch master
in repository guix.
commit 9ffdcb249278d9bb95ffb6c6e9f94b675bb1068c
Author: Felix Gruber <felgru@posteo.net>
AuthorDate: Sun Feb 4 18:25:57 2024 +0000
gnu: sameboy: Update to 0.16.2.
* gnu/packages/emulators.scm (sameboy): Update to 0.16.2.
Change-Id: I86a31cfca9e69d63d3cb6a13d5db88a6b1abe2a8
Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
---
gnu/packages/emulators.scm | 4 ++--
gnu/packages/simulation.scm | 1 +
2 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm
index 17d981a9d8..6f749d65b6 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -791,7 +791,7 @@ and Game Boy Color games.")
(define-public sameboy
(package
(name "sameboy")
- (version "0.15.8")
+ (version "0.16.2")
(source
(origin
(method git-fetch)
@@ -800,7 +800,7 @@ and Game Boy Color games.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "11qz5lamwxgvlh4dc95xd4m8hrypjj3bvha51zg9l454hxlvw4j8"))))
+ (base32 "1ckx5dm57h7ncvfqqqb2mdl5dcmhkardcn78zv965h6w1yxg0ii8"))))
(build-system gnu-build-system)
(native-inputs
(list rgbds pkg-config))
diff --git a/gnu/packages/simulation.scm b/gnu/packages/simulation.scm
index b2fb123815..b81a0aacbb 100644
--- a/gnu/packages/simulation.scm
+++ b/gnu/packages/simulation.scm
@@ -4,6 +4,7 @@
;;; Copyright © 2022 Eric Bavier <bavier@posteo.net>
;;; Copyright © 2022 Liliana Marie Prikler <liliana.prikler@gmail.com>
;;; Copyright © 2023 Reza Housseini <reza@housseini.me>
+;;; Copyright © 2024 Felix Gruber <felgru@posteo.net>
;;;
;;; This file is part of GNU Guix.
;;;
- branch master updated (caa7a95157 -> 121bf9b296), guix-commits, 2024/02/10
- 04/08: gnu: odamex: Update to 10.4.0., guix-commits, 2024/02/10
- 06/08: gnu: odamex: Remove package labels., guix-commits, 2024/02/10
- 01/08: gnu: sssd: Update to 2.9.4., guix-commits, 2024/02/10
- 07/08: gnu: lldb: Update to 17.0.6., guix-commits, 2024/02/10
- 05/08: gnu: odamex: Unbundle some libraries., guix-commits, 2024/02/10
- 08/08: gnu: fcft: Enable shaping support., guix-commits, 2024/02/10
- 02/08: gnu: ocrad: Update to 0.29, guix-commits, 2024/02/10
- 03/08: gnu: sameboy: Update to 0.16.2.,
guix-commits <=