nongnu: unrar: Update to 6.0.2.

* nongnu/packages/compression.scm (unrar): Update to 6.0.2.
This commit is contained in:
Pierre Neidhardt 2020-11-19 23:28:00 +01:00
parent 3f81742148
commit 211df039bb
No known key found for this signature in database
GPG key ID: 9BDCF497A4BBCC7F

View file

@ -25,15 +25,14 @@
(define-public unrar
(package
(name "unrar")
(version "5.7.3")
(version "6.0.2")
(source (origin
(method url-fetch)
(uri (string-append "https://www.rarlab.com/rar/unrarsrc-"
version
".tar.gz"))
version ".tar.gz"))
(sha256
(base32
"0i5442sh18v9s47k1j8q04m3ki98z012rw7ml7c5iwklhfvmds20"))))
"1lzdsfb4d00silyk04lkvaklmxaiyqksyxx4h1krg77q6f1iigw1"))))
(build-system gnu-build-system)
(arguments
'(#:tests? #f ; No tests.