GNU bug report logs - #58368
[PATCH] gnu: sameboy: Update to 0.15.6.

Previous Next

Package: guix-patches;

Reported by: Felix Gruber <felgru <at> posteo.net>

Date: Fri, 7 Oct 2022 21:32:01 UTC

Severity: normal

Tags: patch

Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Felix Gruber <felgru <at> posteo.net>
Subject: bug#58368: closed (Re: [bug#58368] [PATCH] gnu: sameboy: Update
 to 0.15.6.)
Date: Sat, 08 Oct 2022 19:19:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#58368: [PATCH] gnu: sameboy: Update to 0.15.6.

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 58368 <at> debbugs.gnu.org.

-- 
58368: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=58368
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: Felix Gruber <felgru <at> posteo.net>
Cc: 58368-done <at> debbugs.gnu.org
Subject: Re: [bug#58368] [PATCH] gnu: sameboy: Update to 0.15.6.
Date: Sat, 08 Oct 2022 21:18:17 +0200
Hello,

Felix Gruber <felgru <at> posteo.net> writes:

> * gnu/packages/emulators.scm (sameboy): Update to 0.15.6.

Applied. Thank you.

Regards,
-- 
Nicolas Goaziou

[Message part 3 (message/rfc822, inline)]
From: Felix Gruber <felgru <at> posteo.net>
To: guix-patches <at> gnu.org
Cc: Felix Gruber <felgru <at> posteo.net>
Subject: [PATCH] gnu: sameboy: Update to 0.15.6.
Date: Fri,  7 Oct 2022 21:31:05 +0000
* gnu/packages/emulators.scm (sameboy): Update to 0.15.6.
---
 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 85912caf7f..38795b703c 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -773,7 +773,7 @@ (define-public mgba
 (define-public sameboy
   (package
     (name "sameboy")
-    (version "0.15.5")
+    (version "0.15.6")
     (source
      (origin
        (method git-fetch)
@@ -782,7 +782,7 @@ (define-public sameboy
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "0ly9x6cch0wdcnsp0qmrdl6r2h8805jp8hwji3fwswj8rlhxkpa7"))))
+        (base32 "0a2fcsnv7ykj4kk2vpq9jjn8yjrx34n5s186rqvgj3dzm8w6xijs"))))
     (build-system gnu-build-system)
     (native-inputs
      (list rgbds pkg-config))
-- 
2.35.1




This bug report was last modified 2 years and 285 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.