all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Andrew Wong via Guix-patches via <guix-patches@gnu.org>
To: 75371@debbugs.gnu.org
Cc: "Andrew Wong" <wongandj@icloud.com>,
	"Adam Faiz" <adam.faiz@disroot.org>,
	"Liliana Marie Prikler" <liliana.prikler@gmail.com>,
	宋文武 <iyzsong@envs.net>
Subject: [bug#75371] [PATCH] gnu: retroarch-joypad-config: Update to 1.20.0
Date: Sat,  4 Jan 2025 23:37:14 -0500	[thread overview]
Message-ID: <732faa8d0a1984b35003393fd5e3741896eb8ba5.1736051833.git.wongandj@icloud.com> (raw)

* gnu/packages/emulators.scm (retroarch-joypad-autoconfig): Update to 1.20.0.

Change-Id: I830b71a4af2f81dc78592b8032eca779857cc75a
---
 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 b65c91cdf5..f573457136 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -1607,7 +1607,7 @@ (define-public retroarch-core-info
 (define-public retroarch-joypad-autoconfig
   (package
     (name "retroarch-joypad-autoconfig")
-    (version "1.19.0")
+    (version "1.20.0")
     (source
      (origin
        (method git-fetch)
@@ -1617,7 +1617,7 @@ (define-public retroarch-joypad-autoconfig
        (file-name (git-file-name name version))
        (sha256
         (base32
-         "1gg4nc2wjqz72z40diqbanfkfalvb9hhb8scwn51v2w704rm634b"))))
+         "0nlz3j3575dlv9s15250qrhi90xcs6mg5i40g4lhq1hbwd075lsd"))))
     (build-system gnu-build-system)
     (arguments
      (list #:tests? #f                  ;no meaningful test suite

base-commit: 321edcf0744a8895690579e8a5b09b66c75d102c
-- 
2.47.1





             reply	other threads:[~2025-01-05  4:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-01-05  4:37 Andrew Wong via Guix-patches via [this message]
2025-01-05  6:27 ` bug#75371: [PATCH] gnu: retroarch-joypad-config: Update to 1.20.0 宋文武 via Guix-patches via

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=732faa8d0a1984b35003393fd5e3741896eb8ba5.1736051833.git.wongandj@icloud.com \
    --to=guix-patches@gnu.org \
    --cc=75371@debbugs.gnu.org \
    --cc=adam.faiz@disroot.org \
    --cc=iyzsong@envs.net \
    --cc=liliana.prikler@gmail.com \
    --cc=wongandj@icloud.com \
    /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.