diff options
| author | Anderson Torres <anderson.torres.8519@gmail.com> | 2026-08-14 21:53:32 -0300 |
|---|---|---|
| committer | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2026-08-22 16:49:18 +0200 |
| commit | b46b8efed29530fc8ab997ee9838e7013c81169b (patch) | |
| tree | ee88af364cdb30e9de8d631e9751f20a80b28ae7 | |
| parent | a71973448e370455d6960ce3a6df9178d00173ad (diff) | |
gnu: higan: Update to 115-0.8f4df01.
* gnu/packages/emulators.scm (higan): Update to 115-0.8f4df01.
[native-inputs, inputs]: Transpose right before home-page.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
Merges: guix/guix#10624
| -rw-r--r-- | gnu/packages/emulators.scm | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm index 7ac8d980bee..2bb812c58f3 100644 --- a/gnu/packages/emulators.scm +++ b/gnu/packages/emulators.scm | |||
| @@ -984,12 +984,12 @@ and a game metadata scraper.") | |||
| 984 | (license license:expat)))) | 984 | (license license:expat)))) |
| 985 | 985 | ||
| 986 | (define-public higan | 986 | (define-public higan |
| 987 | ;; There are no recent releases; use the latest commit of the master branch. | 987 | ;; No public releases since 2020-07-04. |
| 988 | (let ((commit "ad0e11e7b73053eb1bcd5bdeabbe2de92c356286") | 988 | (let ((commit "8f4df010715298455b92cfc0821ea833770a8b5a") |
| 989 | (revision "0")) | 989 | (revision "0")) |
| 990 | (package | 990 | (package |
| 991 | (name "higan") | 991 | (name "higan") |
| 992 | (version (git-version "110" revision commit)) | 992 | (version (git-version "115" revision commit)) |
| 993 | (source | 993 | (source |
| 994 | (origin | 994 | (origin |
| 995 | (method git-fetch) | 995 | (method git-fetch) |
| @@ -998,23 +998,8 @@ and a game metadata scraper.") | |||
| 998 | (commit commit))) | 998 | (commit commit))) |
| 999 | (file-name (git-file-name name version)) | 999 | (file-name (git-file-name name version)) |
| 1000 | (sha256 | 1000 | (sha256 |
| 1001 | (base32 "1dlx5vqxv8mr8faw0wggsd10bk51p258l56yixjarv0dyhv6nkbq")))) | 1001 | (base32 "1nvpf83sq5ya7047ibg8hx6dv6g2gq4hmzpp75xx9wm3wixib0xi")))) |
| 1002 | (build-system gnu-build-system) | 1002 | (build-system gnu-build-system) |
| 1003 | (native-inputs | ||
| 1004 | (list pkg-config)) | ||
| 1005 | (inputs | ||
| 1006 | (list alsa-lib | ||
| 1007 | bash-minimal ; for wrap-program | ||
| 1008 | ao | ||
| 1009 | eudev | ||
| 1010 | gtk+ | ||
| 1011 | gtksourceview-3 | ||
| 1012 | libxrandr | ||
| 1013 | libxv | ||
| 1014 | mesa | ||
| 1015 | openal | ||
| 1016 | pulseaudio | ||
| 1017 | sdl2)) | ||
| 1018 | (arguments | 1003 | (arguments |
| 1019 | (list | 1004 | (list |
| 1020 | #:tests? #f ;no test suite | 1005 | #:tests? #f ;no test suite |
| @@ -1040,6 +1025,21 @@ and a game metadata scraper.") | |||
| 1040 | (lambda _ | 1025 | (lambda _ |
| 1041 | (wrap-program (string-append #$output "/bin/higan") | 1026 | (wrap-program (string-append #$output "/bin/higan") |
| 1042 | `("PATH" prefix (,(string-append #$output "/bin"))))))))) | 1027 | `("PATH" prefix (,(string-append #$output "/bin"))))))))) |
| 1028 | (native-inputs | ||
| 1029 | (list pkg-config)) | ||
| 1030 | (inputs | ||
| 1031 | (list alsa-lib | ||
| 1032 | bash-minimal ; for wrap-program | ||
| 1033 | ao | ||
| 1034 | eudev | ||
| 1035 | gtk+ | ||
| 1036 | gtksourceview-3 | ||
| 1037 | libxrandr | ||
| 1038 | libxv | ||
| 1039 | mesa | ||
| 1040 | openal | ||
| 1041 | pulseaudio | ||
| 1042 | sdl2)) | ||
| 1043 | (home-page "https://github.com/higan-emu/higan/") | 1043 | (home-page "https://github.com/higan-emu/higan/") |
| 1044 | (synopsis "Multi-system emulator") | 1044 | (synopsis "Multi-system emulator") |
| 1045 | (description | 1045 | (description |
