[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: bug#22020: [PATCH] gnu: guile-sdl: Update to 0.6.
From: |
guix-commits |
Subject: |
branch master updated: bug#22020: [PATCH] gnu: guile-sdl: Update to 0.6.1. |
Date: |
Thu, 01 Sep 2022 09:06:49 -0400 |
This is an automated email from the git hooks/post-receive script.
efraim pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new f04325c92f bug#22020: [PATCH] gnu: guile-sdl: Update to 0.6.1.
f04325c92f is described below
commit f04325c92fa8b700619834500e1f3497ac9150b1
Author: Thiago Jung Bauermann <bauermann@kolabnow.com>
AuthorDate: Sun Jun 19 19:59:11 2022 -0300
bug#22020: [PATCH] gnu: guile-sdl: Update to 0.6.1.
Fixes <https://issues.guix.gnu.org/22020>.
* gnu/packages/sdl.scm (guile-sdl): Update to 0.6.1.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
gnu/packages/sdl.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/sdl.scm b/gnu/packages/sdl.scm
index 4c38e2f055..49bc09312a 100644
--- a/gnu/packages/sdl.scm
+++ b/gnu/packages/sdl.scm
@@ -541,7 +541,7 @@ directory.")
(define-public guile-sdl
(package
(name "guile-sdl")
- (version "0.5.3")
+ (version "0.6.1")
(source (origin
(method url-fetch)
(uri
@@ -549,7 +549,7 @@ directory.")
version ".tar.lz"))
(sha256
(base32
- "040gyk3n3yp8i30ngdg97n3083g8b6laky2nlh10jqcyjdd550d6"))))
+ "1q985nd3birr5pny74915x098fisa6llas3ijgf1b4gdz5717nzz"))))
(build-system gnu-build-system)
(native-inputs
`(("lzip" ,lzip)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: bug#22020: [PATCH] gnu: guile-sdl: Update to 0.6.1.,
guix-commits <=