mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-12 22:26:40 -05:00
gnu: fsarchiver: Update to 0.8.7.
* gnu/packages/file-systems.scm (fsarchiver): Update to 0.8.7.
This commit is contained in:
parent
b2a2d92280
commit
b9efcd5a5d
1 changed files with 2 additions and 2 deletions
|
@ -394,7 +394,7 @@ (define-public exfat-utils
|
|||
(define-public fsarchiver
|
||||
(package
|
||||
(name "fsarchiver")
|
||||
(version "0.8.6")
|
||||
(version "0.8.7")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -404,7 +404,7 @@ (define-public fsarchiver
|
|||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "1ry2sdkfbg4bwcldk42g1i3wa3z4pr9yh9dil6ilhwcvhqiw41zc"))))
|
||||
(base32 "1vy8ay0fn32i298bx9scqghi7xm9z2101zxk5xshbrkl00b2m4nm"))))
|
||||
(build-system gnu-build-system)
|
||||
(native-inputs
|
||||
(list autoconf automake pkg-config))
|
||||
|
|
Loading…
Reference in a new issue