GNU bug report logs -
#62255
[PATCH] gnu: mame: Update to 0.252.
Previous Next
Reported by: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Date: Sat, 18 Mar 2023 13:25:02 UTC
Severity: normal
Tags: patch
Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#62255: [PATCH] gnu: mame: Update to 0.252.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 62255 <at> debbugs.gnu.org.
--
62255: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62255
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Hi,
Nicolas Goaziou <mail <at> 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
[Message part 3 (message/rfc822, inline)]
* 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
This bug report was last modified 2 years and 116 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.