diff options
author | Kei Kebreau <kkebreau@posteo.net> | 2018-10-17 17:04:27 -0400 |
---|---|---|
committer | Kei Kebreau <kkebreau@posteo.net> | 2018-10-17 17:04:27 -0400 |
commit | b286e3b3686db15195da222b7a75351651f6b1db (patch) | |
tree | 557a27bf7f7c2dc926e6531edfe459dfb2f16b58 /gnu | |
parent | 0592db2873c557048026570e75105cf41f86751c (diff) | |
download | patches-b286e3b3686db15195da222b7a75351651f6b1db.tar patches-b286e3b3686db15195da222b7a75351651f6b1db.tar.gz |
gnu: retux: Update to 1.3.6.
* gnu/packages/games.scm (retux): Update to 1.3.6.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/games.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index 83a30cb22c..e2d1a5d6a8 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -1000,7 +1000,7 @@ Every puzzle has a complete solution, although there may be more than one.") (define-public retux (package (name "retux") - (version "1.3.5") + (version "1.3.6") (source (origin (method url-fetch) (uri (string-append "mirror://savannah/retux/" @@ -1008,7 +1008,7 @@ Every puzzle has a complete solution, although there may be more than one.") version "-src.tar.gz")) (sha256 (base32 - "1pcrh3z16fl412r3k7xccrgika19ahb1xh90jihgl8yy7zza2i6p")))) + "01bidh4zisjp3nc436x0g85v60dvwb3ig37i7y01sa71j8fm4fmb")))) (build-system python-build-system) (arguments `(#:tests? #f ; no check target |