[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/08: gnu: deutex: Update to 5.2.0.
From: |
guix-commits |
Subject: |
07/08: gnu: deutex: Update to 5.2.0. |
Date: |
Tue, 25 Jun 2019 10:37:47 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit ec5987f896d86967355cfdeede9cf9d4312a7e8c
Author: Tobias Geerinckx-Rice <address@hidden>
Date: Tue Jun 25 15:33:54 2019 +0200
gnu: deutex: Update to 5.2.0.
* gnu/packages/game-development.scm (deutex): Update to 5.2.0.
---
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 1fb90b9..4ceb001 100644
--- a/gnu/packages/game-development.scm
+++ b/gnu/packages/game-development.scm
@@ -153,7 +153,7 @@ is used in some video games and movies.")
(define-public deutex
(package
(name "deutex")
- (version "5.1.2")
+ (version "5.2.0")
(source (origin
(method url-fetch)
(uri (string-append "https://github.com/Doom-Utils/" name
@@ -161,7 +161,7 @@ is used in some video games and movies.")
name "-" version ".tar.xz"))
(sha256
(base32
- "1rj3w4xa0n4jixy4j7p6gbclylbgxvhdnji7xnkydrqii9rxnbp4"))))
+ "1d536d3i78k4ch8mjg7lqnamnyfpp2x5x7mzx5smqi9ad8lb6hqz"))))
(build-system gnu-build-system)
(native-inputs `(("asciidoc" ,asciidoc)))
(home-page "https://github.com/Doom-Utils/deutex")
- branch master updated (175047c -> 5fbb9f0), guix-commits, 2019/06/25
- 02/08: gnu: memcached: Update to 1.5.16., guix-commits, 2019/06/25
- 04/08: gnu: python-libvirt: Update to 5.3.0., guix-commits, 2019/06/25
- 07/08: gnu: deutex: Update to 5.2.0.,
guix-commits <=
- 08/08: gnu: deutex: Don't use NAME in source URI., guix-commits, 2019/06/25
- 03/08: gnu: znc: Don't refer to native-inputs., guix-commits, 2019/06/25
- 01/08: gnu: calcurse: Update to 4.5.0., guix-commits, 2019/06/25
- 06/08: gnu: znc: Enable internationalisation., guix-commits, 2019/06/25
- 05/08: gnu: znc: Build with CMake., guix-commits, 2019/06/25