mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 21:59:08 -05:00
gnu: retux: Update to 1.6.2.
* gnu/packages/games.scm (retux): Update to 1.6.2. Change-Id: Ic90a81d1cd1b961be1080dae7d482ba2cb0f03d6
This commit is contained in:
parent
2fed0622bc
commit
3c21d0da62
1 changed files with 2 additions and 2 deletions
|
@ -2494,7 +2494,7 @@ (define-public redeal
|
|||
(license license:gpl3))))
|
||||
|
||||
(define-public retux
|
||||
(let ((release "1.6.1")
|
||||
(let ((release "1.6.2")
|
||||
(revision 0))
|
||||
(package
|
||||
(name "retux")
|
||||
|
@ -2510,7 +2510,7 @@ (define-public retux
|
|||
release "-src.zip"))
|
||||
(sha256
|
||||
(base32
|
||||
"1bkyfm0h4kys0x7c1340fnkhgnmcrf4j2xjm250r5w8q6l7v2wj4"))))
|
||||
"1fzsjg4k25mxjjc28ykz8n3dx5xzwxnp772fwzz5jy1wrxmjkl4x"))))
|
||||
(build-system python-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; no check target
|
||||
|
|
Loading…
Reference in a new issue