GNU bug report logs -
#71069
[PATCH 0/2] Update sameboy to 0.16.3.
Previous Next
Reported by: Felix Gruber <felgru <at> posteo.net>
Date: Sun, 19 May 2024 16:01:02 UTC
Severity: normal
Tags: patch
Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Bug is archived. No further changes may be made.
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 71069 in the body.
You can then email your comments to 71069 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
guix-patches <at> gnu.org
:
bug#71069
; Package
guix-patches
.
(Sun, 19 May 2024 16:01:02 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Felix Gruber <felgru <at> posteo.net>
:
New bug report received and forwarded. Copy sent to
guix-patches <at> gnu.org
.
(Sun, 19 May 2024 16:01:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Felix Gruber (2):
gnu: rgbds: Update to 0.7.0.
gnu: sameboy: Update to 0.16.3.
gnu/packages/assembly.scm | 4 ++--
gnu/packages/emulators.scm | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
base-commit: 0685042c4601e7e7a88aab9c1cbfbfb4092a5aa2
--
2.43.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71069
; Package
guix-patches
.
(Sun, 19 May 2024 16:03:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 71069 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/assembly.scm (rgbds): Update to 0.7.0.
Change-Id: I992e7081fdf5816cba4f0b7437e513734f554a73
---
gnu/packages/assembly.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/assembly.scm b/gnu/packages/assembly.scm
index 3bfe0bd3e0..c89aab74c5 100644
--- a/gnu/packages/assembly.scm
+++ b/gnu/packages/assembly.scm
@@ -357,7 +357,7 @@ (define-public libjit
(define-public rgbds
(package
(name "rgbds")
- (version "0.5.2")
+ (version "0.7.0")
(source (origin
(method git-fetch)
(uri (git-reference
@@ -366,7 +366,7 @@ (define-public rgbds
(file-name (git-file-name name version))
(sha256
(base32
- "13zy05xzh2yxyvzf78a5h59pabwrfr6qs5m453pfbdyd3msg2s7w"))))
+ "1gy75q0ikx0ki1wsrq97hxj9dw9436fcys2w91ipm90pbhk4ljva"))))
(build-system gnu-build-system)
(arguments
`(#:phases
--
2.43.0
Information forwarded
to
guix-patches <at> gnu.org
:
bug#71069
; Package
guix-patches
.
(Sun, 19 May 2024 16:03:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 71069 <at> debbugs.gnu.org (full text, mbox):
* gnu/packages/emulators.scm (sameboy): Update to 0.16.3.
Change-Id: I56a1bd092e1ce00733d8fea8ab372b2bd52c8b7b
---
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 84441181c7..4471de9040 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -792,7 +792,7 @@ (define-public mgba
(define-public sameboy
(package
(name "sameboy")
- (version "0.16.2")
+ (version "0.16.3")
(source
(origin
(method git-fetch)
@@ -801,7 +801,7 @@ (define-public sameboy
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "1ckx5dm57h7ncvfqqqb2mdl5dcmhkardcn78zv965h6w1yxg0ii8"))))
+ (base32 "1jdjg59vzzkbi3c3qaxpsxqx955sb86cd3kcypb0nhjxbnwac1di"))))
(build-system gnu-build-system)
(native-inputs
(list rgbds pkg-config))
--
2.43.0
bug closed, send any further explanations to
71069 <at> debbugs.gnu.org and Felix Gruber <felgru <at> posteo.net>
Request was from
Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
to
control <at> debbugs.gnu.org
.
(Mon, 24 Jun 2024 03:11:02 GMT)
Full text and
rfc822 format available.
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Mon, 22 Jul 2024 11:24:26 GMT)
Full text and
rfc822 format available.
This bug report was last modified 332 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.