[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/05: gnu: sdl-gfx: Update to 2.0.26.
From: |
Marius Bakke |
Subject: |
04/05: gnu: sdl-gfx: Update to 2.0.26. |
Date: |
Fri, 21 Apr 2017 09:37:53 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit b5ceea9f0d725ae41801d4bf1ae8e9c03a94ea7e
Author: Marius Bakke <address@hidden>
Date: Fri Apr 21 15:01:17 2017 +0200
gnu: sdl-gfx: Update to 2.0.26.
* gnu/packages/sdl.scm (sdl-gfx): Update to 2.0.26.
---
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 f73a26c..5847317 100644
--- a/gnu/packages/sdl.scm
+++ b/gnu/packages/sdl.scm
@@ -140,7 +140,7 @@ system, such as sound redirection over the network.")
(define-public sdl-gfx
(package
(name "sdl-gfx")
- (version "2.0.24")
+ (version "2.0.26")
(source (origin
(method url-fetch)
(uri
@@ -148,7 +148,7 @@ system, such as sound redirection over the network.")
version ".tar.gz"))
(sha256
(base32
- "064islldm4r42lgj9fr4kbk66r7jmmakk9745hhyb1kmw71kib9h"))))
+ "0ijljhs0v99dj6y27hc10z6qchyp8gdp4199y6jzngy6dzxlzsvw"))))
(build-system gnu-build-system)
(propagated-inputs `(("sdl" ,sdl)))
(synopsis "SDL graphics primitives library")