diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-06-01 15:27:40 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-06-02 12:53:09 +0200 |
commit | 6c0a09b34105471b4a5a08e09d868f6048d0e019 (patch) | |
tree | 887c92824f64a6f3fec5172ab4169811403f0c81 /gnu/packages/emulators.scm | |
parent | 57278dc214bcd699217614efa885da35e4b9c31b (diff) | |
download | guix-6c0a09b34105471b4a5a08e09d868f6048d0e019.tar.gz |
gnu: retroarch: Update to 1.9.4.
* gnu/packages/emulators.scm (retroarch): Update to 1.9.4.
Diffstat (limited to 'gnu/packages/emulators.scm')
-rw-r--r-- | gnu/packages/emulators.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm index 1b401e66c9..716d1174ad 100644 --- a/gnu/packages/emulators.scm +++ b/gnu/packages/emulators.scm @@ -1314,7 +1314,7 @@ as RetroArch.") (define-public retroarch (package (name "retroarch") - (version "1.9.3") + (version "1.9.4") (source (origin (method git-fetch) @@ -1323,7 +1323,7 @@ as RetroArch.") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 - (base32 "01ssacnq5sl9221476df95dgry5m1z5mnlk3l3dh3rrg0qr4nvv3")) + (base32 "1wky28y52nsjmannks3y1hbjgw0dvqh85gxrllr98f9y7kvk1cvf")) (patches (search-patches "retroarch-LIBRETRO_DIRECTORY.patch")))) (build-system gnu-build-system) |