[PATCH] gnu: mame: Update to 0.245.

  • Done
  • quality assurance status badge
Details
2 participants
  • Christopher Baines
  • Simon South
Owner
unassigned
Submitted by
Simon South
Severity
normal

Debbugs page

Simon South wrote 3 years ago
(address . guix-patches@gnu.org)
20220704132408.2476-1-simon@simonsouth.net
* gnu/packages/emulators.scm (mame): Update to 0.245.
---
Tested on x86-64 and AArch64 and everything appears to be fine.

gnu/packages/emulators.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Toggle diff (26 lines)
diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm
index 323909ac12..621aeb24fd 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -1712,7 +1712,7 @@ (define-public libticalcs2
(define-public mame
(package
(name "mame")
- (version "0.241")
+ (version "0.245")
(source
(origin
(method git-fetch)
@@ -1721,7 +1721,7 @@ (define-public mame
(commit (apply string-append "mame" (string-split version #\.)))))
(file-name (git-file-name name version))
(sha256
- (base32 "13bm81qyzvpllzmrak5nb87cdyyvsv4hcnznnrz4jyx1bd8ky6ap"))
+ (base32 "1w34hcvnibnz0xaydh2kdciffng07zins9lnrv041fmzlk4318qb"))
(modules '((guix build utils)))
(snippet
;; Remove bundled libraries.

base-commit: e069de452a2c923868f5137421b4b6349c38d754
--
2.36.1
Christopher Baines wrote 3 years ago
(name . Simon South)(address . simon@simonsouth.net)(address . 56381-done@debbugs.gnu.org)
87pmigjyss.fsf@cbaines.net
Simon South <simon@simonsouth.net> writes:

Toggle quote (7 lines)
> * gnu/packages/emulators.scm (mame): Update to 0.245.
> ---
> Tested on x86-64 and AArch64 and everything appears to be fine.
>
> gnu/packages/emulators.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)

Thanks Simon, I've pushed this as
7dfb8dc4c156e96c4029eb5a4eeb6e704ffdb64d.

Chris
-----BEGIN PGP SIGNATURE-----

iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmLHahRfFIAAAAAALgAo
aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF
ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh
aW5lcy5uZXQACgkQXiijOwuE9XdihA/8CQJhzESkVj/eshyvIQ1DyaUnfFd0datw
LqfEDotM1kvrD1oB66gdKYEaUDJwOZU87BXispNSdmkjjXxiJyiNid5da9hL1em5
wmCiQwYc7mH3vuBXxr9htKOzlQZHD8sjT+Mv80FtUC0ZrY2SKJQrt8PtZv/HJ6kP
AzpeZX0zjQ5mJQKwfJtQBcWEa06o9mFOzuI1noCa/KmBcypK5/rLUK1/vp4lBpvb
DQh7NBVztzL+Tb/WjXgHXkw/XggL2LNvoY/6Nivn97QpO02qlqsFcA6S1/KxlWS9
CGO2enoEbW4oaa+F4wvwk6g3YgmM+DT8QKLXvLj/dZ3SKi2Vzw0364mHvPeHG+fW
g8th5oxWykDUUNf9w2qx4BqBhohoossYVRqsIAwNY0uLcqsuXorPDals/k5QHjiE
IDcCnS1LbgzwrEfT0SVahlzVC7QBezHVwSRcOnknOa7KEjmYT0ElZVcQfczhRjEW
Z/la1nzZOzuC57RlHnzn1CFvjKawgWT8cWlhpzyFcPA6+AlLsiF4IRYrvtjJhKsu
IuaTocaotF8Xkro8tlaVUd65vKHGTkwa9TkPfFwpZ/4N1sBnEwe7ZQmBkcUW4jp7
OixIQVBFOdtEcotdjQjuco+ucmMLEsP7pu9X6A8NV6yAZ1+G1H/acAaEspF45x8v
kaJZT6dB+bk=
=5+X9
-----END PGP SIGNATURE-----

Closed
?
Your comment

This issue is archived.

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

To respond to this issue using the mumi CLI, first switch to it
mumi current 56381
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
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help