all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Felix Gruber <felgru@posteo.net>
To: 68926@debbugs.gnu.org
Cc: Felix Gruber <felgru@posteo.net>
Subject: [bug#68926] [PATCH] gnu: sameboy: Update to 0.16.2.
Date: Sun,  4 Feb 2024 18:25:57 +0000	[thread overview]
Message-ID: <a3ab8b204f20ffa7936b0974f568f30666cbf612.1707071157.git.felgru@posteo.net> (raw)

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

Change-Id: I86a31cfca9e69d63d3cb6a13d5db88a6b1abe2a8
---
 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 cde3ee052c..4134fbab56 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -791,7 +791,7 @@ (define-public mgba
 (define-public sameboy
   (package
     (name "sameboy")
-    (version "0.15.8")
+    (version "0.16.2")
     (source
      (origin
        (method git-fetch)
@@ -800,7 +800,7 @@ (define-public sameboy
              (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))

base-commit: abeffc82379c4f9bd2e6226ea27453b22cb4e0c8
-- 
2.43.0





             reply	other threads:[~2024-02-04 18:27 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-02-04 18:25 Felix Gruber [this message]
2024-02-10 16:03 ` bug#68926: [PATCH] gnu: sameboy: Update to 0.16.2 Sharlatan Hellseher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=a3ab8b204f20ffa7936b0974f568f30666cbf612.1707071157.git.felgru@posteo.net \
    --to=felgru@posteo.net \
    --cc=68926@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.