mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05: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:
parent
949f88b1e5
commit
fc8c3fabcd
1 changed files with 2 additions and 2 deletions
|
@ -2838,7 +2838,7 @@ (define-public fcrackzip
|
|||
(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 @@ (define-public unrar-free
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0l9xdygk8ki8471lmg8xkb58zq07cb9hy44pqz1hlyhgsvrb6vss"))))
|
||||
(base32 "12idmr5rjmw7dg2mi6250q599nywrirgc8553353a4swf5n1pmx4"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("libarchive" ,libarchive)))
|
||||
|
|
Loading…
Reference in a new issue