From 6bb130d64b6f347efec142a9d468cd62644cfef3 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Thu, 13 Oct 2022 11:34:56 +0200 Subject: gnu: mgba: Update to 0.10.0. * gnu/packages/emulators.scm (mgba): Update to 0.10.0. --- gnu/packages/emulators.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu') diff --git a/gnu/packages/emulators.scm b/gnu/packages/emulators.scm index 38795b703c..3528a24a0e 100644 --- a/gnu/packages/emulators.scm +++ b/gnu/packages/emulators.scm @@ -718,7 +718,7 @@ The following systems are supported: (define-public mgba (package (name "mgba") - (version "0.9.3") + (version "0.10.0") (source (origin (method git-fetch) @@ -727,7 +727,7 @@ The following systems are supported: (commit version))) (file-name (git-file-name name version)) (sha256 - (base32 "1bg4ax5gjkr6d4cpzsgzv3bpa3i2c2b1ckwrjklqiy835b5ni6yi")) + (base32 "14miy6fgg4dy2pp0w17pnqzizrj6yf468i5l7rswn3yszpd5rn6s")) (modules '((guix build utils))) (snippet ;; Make sure we don't use the bundled software. -- cgit v1.2.3 tsummaryrefslogtreecommitdiff
path: root/tests/packages.scm
AgeCommit message (Expand)Author
2021-10-31Merge remote-tracking branch 'origin/master' into core-updates-frozenEfraim Flashner
2021-10-25packages: Add 'package-development-inputs'....Ludovic Courtès
2021-09-25gexp: Leave grafting as is when lowering allowed/disallowed references....Ludovic Courtès
2021-09-17Merge branch 'master' into core-updates-frozen...Marius Bakke
2021-09-13packages: Add 'package-definition-location'....Ludovic Courtès
2021-07-14packages: Define this-package-input and this-package-native-input....Maxime Devos
2021-07-11packages: Allow inputs to be plain package lists....Ludovic Courtès
2021-07-01packages: 'package-derivation' honors 'system' again....Ludovic Courtès
2021-03-30packages: Call 'bag-grafts' only on the tip of the package graph....Ludovic Courtès
2021-03-30packages: 'expand-input' accepts any file-like object....Ludovic Courtès
2021-03-30packages: Turn 'bag->derivation' into a monadic procedure....Ludovic Courtès
2021-03-30build-system: Rewrite using gexps....Ludovic Courtès