summary refs log tree commit diff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-08-14 14:56:16 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2018-08-14 15:54:31 +0200
commit23ae96d5a284e460c3208d1e899d73764842fbe7 (patch)
tree2e32b16b6106241c533763a928413db84a7e16c1
parente9ce64250a41d402e0031bd13f96cc6c9b44bbb7 (diff)
downloadguix-23ae96d5a284e460c3208d1e899d73764842fbe7.tar.gz
gnu: deutex: Update to 5.1.2.
* gnu/packages/game-development.scm (deutex): Update to 5.1.2.
-rw-r--r--gnu/packages/game-development.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm
index 130312ad46..8d66317ce7 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")