[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/10: gnu: sdl2-image: Update to 2.0.5.
From: |
guix-commits |
Subject: |
10/10: gnu: sdl2-image: Update to 2.0.5. |
Date: |
Wed, 8 Jan 2020 19:22:47 -0500 (EST) |
wigust pushed a commit to branch master
in repository guix.
commit 8f6b6cb822beb2886fcd6ebb700c00c02d9093d8
Author: Oleg Pykhalov <address@hidden>
AuthorDate: Thu Jan 9 03:10:13 2020 +0300
gnu: sdl2-image: Update to 2.0.5.
* gnu/packages/sdl.scm (sdl2-image): Update to 2.0.5.
---
gnu/packages/sdl.scm | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/sdl.scm b/gnu/packages/sdl.scm
index df86d67..a01cafb 100644
--- a/gnu/packages/sdl.scm
+++ b/gnu/packages/sdl.scm
@@ -12,6 +12,7 @@
;;; Copyright © 2019 Marius Bakke <address@hidden>
;;; Copyright © 2019 Pierre Neidhardt <address@hidden>
;;; Copyright © 2020 Timotej Lazar <address@hidden>
+;;; Copyright © 2020 Oleg Pykhalov <address@hidden>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -404,7 +405,7 @@ directory.")
(define-public sdl2-image
(package (inherit sdl-image)
(name "sdl2-image")
- (version "2.0.4")
+ (version "2.0.5")
(source
(origin
(method url-fetch)
@@ -412,7 +413,7 @@ directory.")
(string-append "https://www.libsdl.org/projects/SDL_image/release/"
"SDL2_image-" version ".tar.gz"))
(sha256
- (base32 "1b6f7002bm007y3zpyxb5r6ag0lml51jyvx1pwpj9sq24jfc8kp7"))))
+ (base32 "1l0864kas9cwpp2d32yxl81g98lx40dhbdp03dz7sbv84vhgdmdx"))))
(propagated-inputs
(propagated-inputs-with-sdl2 sdl-image))))
- branch master updated (60a366e -> 8f6b6cb), guix-commits, 2020/01/08
- 01/10: gnu: emacs-treemacs: Refactor "install-data" phase., guix-commits, 2020/01/08
- 04/10: gnu: s6-dns: Update to 2.3.1.1., guix-commits, 2020/01/08
- 05/10: gnu: s6-linux-init: Update to 1.0.3.1., guix-commits, 2020/01/08
- 06/10: gnu: s6-linux-utils: Update to 2.5.1.1., guix-commits, 2020/01/08
- 03/10: gnu: skalibs: Update to 2.9.1.0., guix-commits, 2020/01/08
- 09/10: gnu: s6-rc: Update to 0.5.1.1., guix-commits, 2020/01/08
- 08/10: gnu: s6-portable-utils: Update to 2.2.2.1., guix-commits, 2020/01/08
- 07/10: gnu: s6-networking: Update to 2.3.1.1., guix-commits, 2020/01/08
- 02/10: gnu: abiword: Update to 3.0.4., guix-commits, 2020/01/08
- 10/10: gnu: sdl2-image: Update to 2.0.5.,
guix-commits <=