1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-26 11:01:48 +02:00

gnu: unrar-free: Update to 0.1.3.

* gnu/packages/compression.scm (unrar-free): Update to 0.1.3.
This commit is contained in:
Leo Famulari
2023-01-13 13:25:39 -05:00
parent 949f88b1e5
commit fc8c3fabcd
+2 -2
View File
@@ -2838,7 +2838,7 @@ serializations such as ASN.1 and MessagePack.")
(define-public unrar-free
(package
(name "unrar-free")
(version "0.1.1")
(version "0.1.3")
(source
(origin
(method git-fetch)
@@ -2847,7 +2847,7 @@ serializations such as ASN.1 and MessagePack.")
(commit version)))
(file-name (git-file-name name version))
(sha256
(base32 "0l9xdygk8ki8471lmg8xkb58zq07cb9hy44pqz1hlyhgsvrb6vss"))))
(base32 "12idmr5rjmw7dg2mi6250q599nywrirgc8553353a4swf5n1pmx4"))))
(build-system gnu-build-system)
(inputs
`(("libarchive" ,libarchive)))