guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: gzdoom: Update to 3.7.2.


From: guix-commits
Subject: 01/01: gnu: gzdoom: Update to 3.7.2.
Date: Mon, 25 Mar 2019 21:27:02 -0400 (EDT)

kkebreau pushed a commit to branch master
in repository guix.

commit 6c177f6140cba250ad68c5a83c312f395b6e48b4
Author: nee <address@hidden>
Date:   Fri Mar 15 23:53:52 2019 +0100

    gnu: gzdoom: Update to 3.7.2.
    
    * gnu/packages/games.scm (gzdoom): Update to 3.7.2.
    [source](uri): Update path.
    [source](snippet): Bundled libjpeg directory has been renamed.
    
    Signed-off-by: Kei Kebreau <address@hidden>
---
 gnu/packages/games.scm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm
index 9843880..6ae226d 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -5311,22 +5311,22 @@ You can save humanity and get programming skills!")
 (define-public gzdoom
   (package
     (name "gzdoom")
-    (version "3.3.0")
+    (version "3.7.2")
     (source (origin
               (method url-fetch)
               (uri
-               (string-append "https://zdoom.org/files/gzdoom/src/gzdoom-g";
+               (string-append "https://zdoom.org/files/gzdoom/src/gzdoom-src-g";
                               version ".zip"))
               (sha256
                (base32
-                "09a4kx3ry8pc9r578m7yprwa7zsdqxjpn10lyc92r5g9sx4l1m1a"))
+                "0182f160m8d0c3nywjw3dxvnz93xjs4cn8akx7137cha4s05wdq7"))
               (patches (search-patches 
"gzdoom-search-in-installed-share.patch"))
               (modules '((guix build utils)))
               (snippet
                '(begin
                   (delete-file-recursively "bzip2")
                   (delete-file-recursively "game-music-emu")
-                  (delete-file-recursively "jpeg-6b")
+                  (delete-file-recursively "jpeg")
                   (delete-file-recursively "zlib")
                   #t))))
     (arguments



reply via email to

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