[PATCH v3 07/11] gnu: retroarch-core-info: Update to 1.20.0.

  • Done
  • quality assurance status badge
Details
One participant
  • Maxim Cournoyer
Owner
unassigned
Submitted by
Maxim Cournoyer
Severity
normal
M
M
Maxim Cournoyer wrote on 20 Jan 15:28 +0100
(address . guix-patches@gnu.org)(name . Maxim Cournoyer)(address . maxim.cournoyer@gmail.com)
50ce398386968f301d775b3d7700270e5338b19c.1737383313.git.maxim.cournoyer@gmail.com
* 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(-)

Toggle diff (58 lines)
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
M
M
Maxim Cournoyer wrote on 23 Jan 13:12 +0100
control message for bug #75697
(address . control@debbugs.gnu.org)
87msfhiv9v.fsf@gmail.com
tags 75697 notabug
close 75697
quit
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 75697@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 75697
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch