GNU bug report logs - #75697
[PATCH v3 07/11] gnu: retroarch-core-info: Update to 1.20.0.

Previous Next

Package: guix-patches;

Reported by: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Date: Mon, 20 Jan 2025 14:31:07 UTC

Severity: normal

Tags: notabug, 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 75697 in the body.
You can then email your comments to 75697 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to adam.faiz <at> disroot.org, liliana.prikler <at> gmail.com, iyzsong <at> envs.net, guix-patches <at> gnu.org:
bug#75697; Package guix-patches. (Mon, 20 Jan 2025 14:31:08 GMT) Full text and rfc822 format available.

Acknowledgement sent to Maxim Cournoyer <maxim.cournoyer <at> gmail.com>:
New bug report received and forwarded. Copy sent to adam.faiz <at> disroot.org, liliana.prikler <at> gmail.com, iyzsong <at> envs.net, guix-patches <at> gnu.org. (Mon, 20 Jan 2025 14:31:08 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: guix-patches <at> gnu.org
Cc: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Subject: [PATCH v3 07/11] gnu: retroarch-core-info: Update to 1.20.0.
Date: Mon, 20 Jan 2025 23:28:29 +0900
* gnu/packages/emulators.scm (retroarch-core-info): Update to 1.20.0.

Change-Id: I85eec43eedf24df44b5d486a2410652ad87536db
---
 gnu/packages/emulators.scm | 43 ++++++++++++++++++--------------------
 1 file changed, 20 insertions(+), 23 deletions(-)

diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm
index 44b701c535..13f63dd229 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -1779,31 +1779,28 @@ (define-public retroarch-assets
     (license license:cc-by4.0)))
 
 (define-public retroarch-core-info
-  ;; Use the latest commit, to get recent additions such as bsnes-jg.
-  (let ((commit "c0e7b76d02504754de67a1318f93089f1e29f15f")
-        (revision "0"))
-    (package
-      (name "retroarch-core-info")
-      (version (git-version "1.19.0" revision commit))
-      (source (origin
-                (method git-fetch)
-                (uri (git-reference
-                      (url "https://github.com/libretro/libretro-core-info")
-                      (commit commit)))
-                (file-name (git-file-name name version))
-                (sha256
-                 (base32
-                  "11xpy3zhy2smp4a70fc0r1b76mvmjyabkaaipifsxm3j25drki5z"))))
-      (build-system copy-build-system)
-      (arguments
-       (list #:install-plan #~'(("." "lib/libretro/"
-                                 #:include-regexp ("\\.info$")))))
-      (home-page "https://github.com/libretro/libretro-core-info")
-      (synopsis "Libretro core info files")
-      (description "This is a versioned snapshot of the files containing
+  (package
+    (name "retroarch-core-info")
+    (version "1.20.0")
+    (source (origin
+              (method git-fetch)
+              (uri (git-reference
+                    (url "https://github.com/libretro/libretro-core-info")
+                    (commit (string-append "v" version))))
+              (file-name (git-file-name name version))
+              (sha256
+               (base32
+                "1rfvp0lkv99jgpfyb9pp6vrh1i1974p3lckh93y1bibdizyxmwjg"))))
+    (build-system copy-build-system)
+    (arguments
+     (list #:install-plan #~'(("." "lib/libretro/"
+                               #:include-regexp ("\\.info$")))))
+    (home-page "https://github.com/libretro/libretro-core-info")
+    (synopsis "Libretro core info files")
+    (description "This is a versioned snapshot of the files containing
 metadata about each known libretro core.  The snapshot is taken from the
 @url{https://github.com/libretro/libretro-super, libretro-super} repository.")
-      (license license:expat))))
+    (license license:expat)))
 
 (define-public retroarch-joypad-autoconfig
   (package
-- 
2.47.1





Added tag(s) notabug. Request was from Maxim Cournoyer <maxim.cournoyer <at> gmail.com> to control <at> debbugs.gnu.org. (Thu, 23 Jan 2025 12:13:06 GMT) Full text and rfc822 format available.

bug closed, send any further explanations to 75697 <at> debbugs.gnu.org and Maxim Cournoyer <maxim.cournoyer <at> gmail.com> Request was from Maxim Cournoyer <maxim.cournoyer <at> gmail.com> to control <at> debbugs.gnu.org. (Thu, 23 Jan 2025 12:13:07 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. (Thu, 20 Feb 2025 12:24:24 GMT) Full text and rfc822 format available.

This bug report was last modified 21 days ago.

Previous Next


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