gnu: unrar-free: Update to 0.3.1.

* gnu/packages/compression.scm (unrar-free): Update to 0.3.1.
[native-inputs, inputs]: Remove input labels.

Change-Id: Ifa0d54ca22819e8e65a8a3140c94bc9063905873
This commit is contained in:
Tobias Geerinckx-Rice 2024-08-18 02:00:00 +02:00
parent 732dac4ce0
commit 9b19309935
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79

View File

@ -2958,7 +2958,7 @@ compression and decompression speed compared to Deflate using Zlib.")
(define-public unrar-free
(package
(name "unrar-free")
(version "0.1.3")
(version "0.3.1")
(source
(origin
(method git-fetch)
@ -2967,14 +2967,14 @@ compression and decompression speed compared to Deflate using Zlib.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "12idmr5rjmw7dg2mi6250q599nywrirgc8553353a4swf5n1pmx4"))))
(base32 "1qf2fdr4bl10kys2fsb6090r9xj0ascrk7pn0iklsv1ajwcql3qf"))))
(build-system gnu-build-system)
(inputs
`(("libarchive" ,libarchive)))
(native-inputs
`(("autoconf" ,autoconf)
("automake" ,automake)
("pkg-config" ,pkg-config)))
(list autoconf
automake
pkg-config))
(inputs
(list libarchive))
(home-page "https://gitlab.com/bgermann/unrar-free")
(synopsis "Extract files from RAR archives")
(description