[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: sameboy: Update to 0.13.3.
From: |
guix-commits |
Subject: |
branch master updated: gnu: sameboy: Update to 0.13.3. |
Date: |
Wed, 24 Jun 2020 18:24:07 -0400 |
This is an automated email from the git hooks/post-receive script.
niedzejkob pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new 5adaf17 gnu: sameboy: Update to 0.13.3.
5adaf17 is described below
commit 5adaf17bb0511ca6c65b81c714d14c40b70f1db9
Author: Jakub Kądziołka <kuba@kadziolka.net>
AuthorDate: Wed Jun 24 23:19:36 2020 +0200
gnu: sameboy: Update to 0.13.3.
* gnu/packages/emulators.scm (sameboy): Update to 0.13.3.
---
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 ab5b662..5525b06 100644
--- a/gnu/packages/emulators.scm
+++ b/gnu/packages/emulators.scm
@@ -473,7 +473,7 @@ and Game Boy Color games.")
(define-public sameboy
(package
(name "sameboy")
- (version "0.13.2")
+ (version "0.13.3")
(source
(origin
(method git-fetch)
@@ -482,7 +482,7 @@ and Game Boy Color games.")
(commit (string-append "v" version))))
(file-name (git-file-name name version))
(sha256
- (base32 "19qb1ib9sk5bjdv4arbwkv8l2afpll5axrif3wi7p2yhvpba10c0"))))
+ (base32 "1mv5a7p6plz0359l3z9g232rgaq2h3yby5949ps0s88cxj94w9qm"))))
(build-system gnu-build-system)
(native-inputs
`(("rgbds" ,rgbds)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: sameboy: Update to 0.13.3.,
guix-commits <=