~ruther/guix-local

7717643021d63aa9619dd177ef091515d3faacf3 — 宋文武 a month ago 7f10df6
gnu: libretro-database: Update to 1.22.1.

* gnu/packages/emulators.scm (libretro-database): Update to 1.22.1.

Change-Id: Id2e1e0339576808f9c2a8e9828dbabb00cd8d5fe
1 files changed, 2 insertions(+), 2 deletions(-)

M gnu/packages/emulators.scm
M gnu/packages/emulators.scm => gnu/packages/emulators.scm +2 -2
@@ 2056,7 2056,7 @@ metadata about each known libretro core.  The snapshot is taken from the
(define-public libretro-database
  (package
    (name "libretro-database")
    (version "1.21.1")
    (version "1.22.1")
    (source (origin
              (method git-fetch)
              (uri (git-reference


@@ 2065,7 2065,7 @@ metadata about each known libretro core.  The snapshot is taken from the
              (file-name (git-file-name name version))
              (sha256
               (base32
                "1grkdg6k6dclwrh286dins4k50mp0wf3bvddikaspl309dldjrgw"))))
                "03jb9gr11xiphnnwdqqk8k5g8s9s026k46dv94h67cshlbl59n52"))))
    (build-system gnu-build-system)
    (arguments (list #:tests? #f
                     #:make-flags #~(list (string-append "PREFIX=" #$output))))