gnu: retux: Update to 1.3.5.
* gnu/packages/games.scm (retux): Update to 1.3.5.
This commit is contained in:
parent
95c1324adc
commit
4eebfefe7e
1 changed files with 2 additions and 2 deletions
|
@ -522,7 +522,7 @@ (define-public prboom-plus
|
|||
(define-public retux
|
||||
(package
|
||||
(name "retux")
|
||||
(version "1.3.4")
|
||||
(version "1.3.5")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://savannah/retux/"
|
||||
|
@ -530,7 +530,7 @@ (define-public retux
|
|||
version "-src.tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1wgvh3q96kfgymb2jpd58xsms9hmckhhc4fq7v2k61gh2l11cvdj"))))
|
||||
"1pcrh3z16fl412r3k7xccrgika19ahb1xh90jihgl8yy7zza2i6p"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; no check target
|
||||
|
|
Loading…
Reference in a new issue