* [bug#62255] [PATCH] gnu: mame: Update to 0.252.
@ 2023-03-18 13:24 Nicolas Goaziou
2023-03-22 14:13 ` bug#62255: " Maxim Cournoyer
0 siblings, 1 reply; 2+ messages in thread
From: Nicolas Goaziou @ 2023-03-18 13:24 UTC (permalink / raw)
To: 62255
* gnu/packages/emulators.scm (mame): Update to 0.252.
---
gnu/packages/emulators.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm
index aa9e82c25c..3d614866d5 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -1768,7 +1768,7 @@ (define-public libticalcs2
(define-public mame
(package
(name "mame")
- (version "0.251")
+ (version "0.252")
(source
(origin
(method git-fetch)
@@ -1777,7 +1777,7 @@ (define-public mame
(commit (apply string-append "mame" (string-split version #\.)))))
(file-name (git-file-name name version))
(sha256
- (base32 "102p6kz4ph9m0sxsyavqhjzg00gmnq8m5mnd5sf14c61d2jc0vzk"))
+ (base32 "07qhcm1v47sy2wj30nx3cbhvcbgki0cl83gabr0miiw60fhgyn6j"))
(modules '((guix build utils)))
(snippet
;; Remove bundled libraries.
base-commit: 3893758dac76fc30b23d4715e849e262306f268d
--
2.39.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#62255: [PATCH] gnu: mame: Update to 0.252.
2023-03-18 13:24 [bug#62255] [PATCH] gnu: mame: Update to 0.252 Nicolas Goaziou
@ 2023-03-22 14:13 ` Maxim Cournoyer
0 siblings, 0 replies; 2+ messages in thread
From: Maxim Cournoyer @ 2023-03-22 14:13 UTC (permalink / raw)
To: Nicolas Goaziou; +Cc: 62255-done
Hi,
Nicolas Goaziou <mail@nicolasgoaziou.fr> writes:
> * gnu/packages/emulators.scm (mame): Update to 0.252.
> ---
> gnu/packages/emulators.scm | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm
> index aa9e82c25c..3d614866d5 100644
> --- a/gnu/packages/emulators.scm
> +++ b/gnu/packages/emulators.scm
> @@ -1768,7 +1768,7 @@ (define-public libticalcs2
> (define-public mame
> (package
> (name "mame")
> - (version "0.251")
> + (version "0.252")
> (source
> (origin
> (method git-fetch)
> @@ -1777,7 +1777,7 @@ (define-public mame
> (commit (apply string-append "mame" (string-split version #\.)))))
> (file-name (git-file-name name version))
> (sha256
> - (base32 "102p6kz4ph9m0sxsyavqhjzg00gmnq8m5mnd5sf14c61d2jc0vzk"))
> + (base32 "07qhcm1v47sy2wj30nx3cbhvcbgki0cl83gabr0miiw60fhgyn6j"))
> (modules '((guix build utils)))
> (snippet
> ;; Remove bundled libraries.
>
> base-commit: 3893758dac76fc30b23d4715e849e262306f268d
Applied.
--
Thanks,
Maxim
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-03-22 14:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-18 13:24 [bug#62255] [PATCH] gnu: mame: Update to 0.252 Nicolas Goaziou
2023-03-22 14:13 ` bug#62255: " Maxim Cournoyer
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).