mirror of
https://gitlab.com/nonguix/nonguix.git
synced 2024-11-22 00:18:07 +01:00
nongnu: unrar: Update to 7.0.9.
* nongnu/packages/compression (unrar): Update to 7.0.9. Signed-off-by: John Kehayias <john.kehayias@protonmail.com>
This commit is contained in:
parent
47983a25db
commit
0f2e067ad0
1 changed files with 2 additions and 2 deletions
|
@ -10,14 +10,14 @@
|
|||
(define-public unrar
|
||||
(package
|
||||
(name "unrar")
|
||||
(version "6.2.2")
|
||||
(version "7.0.9")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://www.rarlab.com/rar/unrarsrc-"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1mbw20lh300r541dz4m84rvq7b542mnb70yc29afrjj6waknqza7"))))
|
||||
"09l336li4q7yrpjq22q6da2vrynpqbyb4a9fdxa02k65wkwi6p2h"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:tests? #f ; No tests.
|
||||
|
|
Loading…
Reference in a new issue