diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-06-25 15:34:03 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-06-25 16:24:11 +0200 |
commit | 5fbb9f0b51a1caeb86009192654f650c5cb4d167 (patch) | |
tree | 128d4751d740c738dcd2b29e91f9efbfb144a8b3 /gnu | |
parent | ec5987f896d86967355cfdeede9cf9d4312a7e8c (diff) | |
download | patches-5fbb9f0b51a1caeb86009192654f650c5cb4d167.tar patches-5fbb9f0b51a1caeb86009192654f650c5cb4d167.tar.gz |
gnu: deutex: Don't use NAME in source URI.
* gnu/packages/game-development.scm (deutex)[source]: Hard-code NAME.
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 4ceb001ea8..05a68b717a 100644 --- a/gnu/packages/game-development.scm +++ b/gnu/packages/game-development.scm @@ -156,9 +156,9 @@ is used in some video games and movies.") (version "5.2.0") (source (origin (method url-fetch) - (uri (string-append "https://github.com/Doom-Utils/" name + (uri (string-append "https://github.com/Doom-Utils/deutex" "/releases/download/v" version "/" - name "-" version ".tar.xz")) + "deutex-" version ".tar.xz")) (sha256 (base32 "1d536d3i78k4ch8mjg7lqnamnyfpp2x5x7mzx5smqi9ad8lb6hqz")))) |