diff options
author | Kei Kebreau <kkebreau@posteo.net> | 2018-01-20 13:19:12 -0500 |
---|---|---|
committer | Kei Kebreau <kkebreau@posteo.net> | 2018-01-20 13:19:48 -0500 |
commit | ede75282b86ee9cd3b9066c4ce7b00387878709b (patch) | |
tree | e79a2fde344213a6fed89c6f7180e0fac2beadbb /gnu | |
parent | d77f2bd81f20a312032d6a7357e4f6f52047bf9c (diff) | |
download | guix-ede75282b86ee9cd3b9066c4ce7b00387878709b.tar guix-ede75282b86ee9cd3b9066c4ce7b00387878709b.tar.gz |
gnu: deutex: Update to 5.1.1.
* gnu/packages/games.scm (deutex): Update to 5.1.1.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/game-development.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm index b719803934..4cd3804d19 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") |