gnu: retux: Update to 1.3.6.
* gnu/packages/games.scm (retux): Update to 1.3.6.
This commit is contained in:
parent
0592db2873
commit
b286e3b368
|
@ -1000,7 +1000,7 @@ Every puzzle has a complete solution, although there may be more than one.")
|
||||||
(define-public retux
|
(define-public retux
|
||||||
(package
|
(package
|
||||||
(name "retux")
|
(name "retux")
|
||||||
(version "1.3.5")
|
(version "1.3.6")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://savannah/retux/"
|
(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"))
|
version "-src.tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1pcrh3z16fl412r3k7xccrgika19ahb1xh90jihgl8yy7zza2i6p"))))
|
"01bidh4zisjp3nc436x0g85v60dvwb3ig37i7y01sa71j8fm4fmb"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ; no check target
|
`(#:tests? #f ; no check target
|
||||||
|
|
Loading…
Reference in New Issue