[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: deutex: Update to 5.1.1.
From: |
Kei Kebreau |
Subject: |
01/01: gnu: deutex: Update to 5.1.1. |
Date: |
Sat, 20 Jan 2018 13:20:57 -0500 (EST) |
kkebreau pushed a commit to branch master
in repository guix.
commit ede75282b86ee9cd3b9066c4ce7b00387878709b
Author: Kei Kebreau <address@hidden>
Date: Sat Jan 20 13:19:12 2018 -0500
gnu: deutex: Update to 5.1.1.
* gnu/packages/games.scm (deutex): Update to 5.1.1.
---
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 b719803..4cd3804 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -112,7 +112,7 @@ is used in some video games and movies.")
(define-public deutex
(package
(name "deutex")
- (version "5.1.0")
+ (version "5.1.1")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/Doom-Utils/" name
@@ -120,7 +120,7 @@ is used in some video games and movies.")
name "-" version ".tar.xz"))
(sha256
(base32
- "0hwkm0q2w16ddmiwh7x3jcfp58zjb40a5dh7c3sybwm9bar37pn1"))))
+ "0yqzlb3imkdzy8yd7xc69xk9ajf4dhiz3a9ssphyf4c9rcr440wj"))))
(build-system gnu-build-system)
(native-inputs `(("asciidoc" ,asciidoc)))
(home-page "https://github.com/Doom-Utils/deutex")