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:
Krzysztof Baranowski 2024-04-26 16:27:22 -07:00 committed by John Kehayias
parent 47983a25db
commit 0f2e067ad0
No known key found for this signature in database
GPG Key ID: 499097AE5EA815D9

View File

@ -10,14 +10,14 @@
(define-public unrar (define-public unrar
(package (package
(name "unrar") (name "unrar")
(version "6.2.2") (version "7.0.9")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (string-append "https://www.rarlab.com/rar/unrarsrc-" (uri (string-append "https://www.rarlab.com/rar/unrarsrc-"
version ".tar.gz")) version ".tar.gz"))
(sha256 (sha256
(base32 (base32
"1mbw20lh300r541dz4m84rvq7b542mnb70yc29afrjj6waknqza7")))) "09l336li4q7yrpjq22q6da2vrynpqbyb4a9fdxa02k65wkwi6p2h"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:tests? #f ; No tests. '(#:tests? #f ; No tests.