Archived
1
0
Fork 0

gnu: retux: Update to 1.3.5.

* gnu/packages/games.scm (retux): Update to 1.3.5.
This commit is contained in:
Kei Kebreau 2017-08-31 11:31:30 -04:00
parent 95c1324adc
commit 4eebfefe7e
No known key found for this signature in database
GPG key ID: E6A5EE3C19467A0D

View file

@ -522,7 +522,7 @@ watch your CPU playing while enjoying a cup of tea!")
(define-public retux (define-public retux
(package (package
(name "retux") (name "retux")
(version "1.3.4") (version "1.3.5")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "mirror://savannah/retux/" (uri (string-append "mirror://savannah/retux/"
@ -530,7 +530,7 @@ watch your CPU playing while enjoying a cup of tea!")
version "-src.tar.gz")) version "-src.tar.gz"))
(sha256 (sha256
(base32 (base32
"1wgvh3q96kfgymb2jpd58xsms9hmckhhc4fq7v2k61gh2l11cvdj")))) "1pcrh3z16fl412r3k7xccrgika19ahb1xh90jihgl8yy7zza2i6p"))))
(build-system python-build-system) (build-system python-build-system)
(arguments (arguments
`(#:tests? #f ; no check target `(#:tests? #f ; no check target