GNU bug report logs - #41893
[PATCH] gnu: guile-sdl2: Update to 0.5.0.

Previous Next

Package: guix-patches;

Reported by: Danny O'Brien <danny <at> codetherapy.space>

Date: Tue, 16 Jun 2020 15:06:01 UTC

Severity: normal

Tags: patch

Done: Efraim Flashner <efraim <at> flashner.co.il>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Danny O'Brien <danny <at> codetherapy.space>
Subject: bug#41893: closed (Re: [bug#41893] [PATCH] gnu: guile-sdl2:
 Update to 0.5.0.)
Date: Tue, 16 Jun 2020 20:16:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#41893: [PATCH] gnu: guile-sdl2: Update to 0.5.0.

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 41893 <at> debbugs.gnu.org.

-- 
41893: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=41893
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Efraim Flashner <efraim <at> flashner.co.il>
To: Danny O'Brien <danny <at> codetherapy.space>
Cc: 41893-done <at> debbugs.gnu.org
Subject: Re: [bug#41893] [PATCH] gnu: guile-sdl2: Update to 0.5.0.
Date: Tue, 16 Jun 2020 23:15:07 +0300
[Message part 3 (text/plain, inline)]
Looks good. Patch pushed!


-- 
Efraim Flashner   <efraim <at> flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[signature.asc (application/pgp-signature, inline)]
[Message part 5 (message/rfc822, inline)]
From: Danny O'Brien <danny <at> codetherapy.space>
To: guix-patches <at> gnu.org
Cc: Danny O'Brien <danny <at> codetherapy.space>
Subject: [PATCH] gnu: guile-sdl2: Update to 0.5.0.
Date: Mon, 15 Jun 2020 22:17:07 -0700
* gnu/packages/sdl.scm (guile-sdl2): Update to 0.5.0.
---
 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 6d91727809..bd53a11fc2 100644
--- a/gnu/packages/sdl.scm
+++ b/gnu/packages/sdl.scm
@@ -620,14 +620,14 @@ sound and device input (keyboards, joysticks, mice, etc.).")
 (define-public guile-sdl2
   (package
     (name "guile-sdl2")
-    (version "0.4.0")
+    (version "0.5.0")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://files.dthompson.us/guile-sdl2/"
                                   "guile-sdl2-" version ".tar.gz"))
               (sha256
                (base32
-                "0zcxwgyadwpbhq6h5mv2569c3kalgra26zc186y9fqiyyzmh1v9s"))))
+                "118x0cg7fzbsyrfhy5f9ab7dqp9czgia0ycgzp6sn3nlsdrcnr4m"))))
     (build-system gnu-build-system)
     (arguments
      '(#:make-flags '("GUILE_AUTO_COMPILE=0")
-- 
2.26.2




This bug report was last modified 5 years and 53 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.