gnu: unrar: Update to 6.2.2.

* nongnu/packages/compression.scm (unrar): Update to 6.2.2.
This commit is contained in:
Pierre Neidhardt 2022-12-04 10:56:10 +01:00
parent 5117915f0a
commit 25ab067f02
No known key found for this signature in database
GPG key ID: 9BDCF497A4BBCC7F

View file

@ -25,14 +25,14 @@
(define-public unrar (define-public unrar
(package (package
(name "unrar") (name "unrar")
(version "6.0.2") (version "6.2.2")
(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
"1lzdsfb4d00silyk04lkvaklmxaiyqksyxx4h1krg77q6f1iigw1")))) "1mbw20lh300r541dz4m84rvq7b542mnb70yc29afrjj6waknqza7"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
'(#:tests? #f ; No tests. '(#:tests? #f ; No tests.