guix-commits
[Top][All Lists]
Advanced

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

15/17: gnu: deutex: Update to 5.1.2.


From: Tobias Geerinckx-Rice
Subject: 15/17: gnu: deutex: Update to 5.1.2.
Date: Tue, 14 Aug 2018 11:32:13 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 23ae96d5a284e460c3208d1e899d73764842fbe7
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Aug 14 14:56:16 2018 +0200

    gnu: deutex: Update to 5.1.2.
    
    * gnu/packages/game-development.scm (deutex): Update to 5.1.2.
---
 gnu/packages/game-development.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/game-development.scm 
b/gnu/packages/game-development.scm
index 130312a..8d66317 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -115,7 +115,7 @@ is used in some video games and movies.")
 (define-public deutex
   (package
    (name "deutex")
-   (version "5.1.1")
+   (version "5.1.2")
    (source (origin
             (method url-fetch)
             (uri (string-append "https://github.com/Doom-Utils/"; name
@@ -123,7 +123,7 @@ is used in some video games and movies.")
                                 name "-" version ".tar.xz"))
             (sha256
              (base32
-              "0yqzlb3imkdzy8yd7xc69xk9ajf4dhiz3a9ssphyf4c9rcr440wj"))))
+              "1rj3w4xa0n4jixy4j7p6gbclylbgxvhdnji7xnkydrqii9rxnbp4"))))
    (build-system gnu-build-system)
    (native-inputs `(("asciidoc" ,asciidoc)))
    (home-page "https://github.com/Doom-Utils/deutex";)



reply via email to

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