guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/03: gnu: sdl2-image: Update to 2.0.4.


From: guix-commits
Subject: 02/03: gnu: sdl2-image: Update to 2.0.4.
Date: Thu, 14 Feb 2019 18:24:34 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit ad237c8bb8f054cc5fe6a0060e13d7384ca8d73f
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Feb 14 23:38:10 2019 +0100

    gnu: sdl2-image: Update to 2.0.4.
    
    * gnu/packages/sdl.scm (sdl2-image): Update to 2.0.4.
---
 gnu/packages/sdl.scm | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/gnu/packages/sdl.scm b/gnu/packages/sdl.scm
index ee14349..feb6879 100644
--- a/gnu/packages/sdl.scm
+++ b/gnu/packages/sdl.scm
@@ -5,7 +5,7 @@
 ;;; Copyright © 2015 Alex Kost <address@hidden>
 ;;; Copyright © 2016, 2017 Efraim Flashner <address@hidden>
 ;;; Copyright © 2017, 2018 Rutger Helling <address@hidden>
-;;; Copyright © 2018 Tobias Geerinckx-Rice <address@hidden>
+;;; Copyright © 2018, 2019 Tobias Geerinckx-Rice <address@hidden>
 ;;; Copyright © 2018 Ricardo Wurmus <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
@@ -351,15 +351,15 @@ directory.")
 (define-public sdl2-image
   (package (inherit sdl-image)
     (name "sdl2-image")
-    (version "2.0.3")
-    (source (origin
-              (method url-fetch)
-              (uri
-               (string-append 
"https://www.libsdl.org/projects/SDL_image/release/SDL2_image-";
-                              version ".tar.gz"))
-              (sha256
-               (base32
-                "0s13dmakn21q6yw8avl67d4zkxzl1wap6l5nwf6cvzrmlxfw441m"))))
+    (version "2.0.4")
+    (source
+     (origin
+       (method url-fetch)
+       (uri
+        (string-append "https://www.libsdl.org/projects/SDL_image/release/";
+                       "SDL2_image-" version ".tar.gz"))
+       (sha256
+        (base32 "1b6f7002bm007y3zpyxb5r6ag0lml51jyvx1pwpj9sq24jfc8kp7"))))
     (propagated-inputs
      (propagated-inputs-with-sdl2 sdl-image))))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]