mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: erofs-utils: Update to 1.7.1.
* gnu/packages/linux.scm (erofs-utils): Update to 1.7.1. Change-Id: Ia1ac5355c8b0587d42839a551491f153fe2f1c75
This commit is contained in:
parent
87639bc754
commit
6aeb08233d
1 changed files with 2 additions and 2 deletions
|
@ -9841,7 +9841,7 @@ (define-public liburing
|
|||
(define-public erofs-utils
|
||||
(package
|
||||
(name "erofs-utils")
|
||||
(version "1.7")
|
||||
(version "1.7.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
|
@ -9850,7 +9850,7 @@ (define-public erofs-utils
|
|||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0bi8n1kb263v1gvis21pa9dxsf3p96d1nasm21icmv3rd9g2xh6p"))))
|
||||
(base32 "1mvybd06cswxj0nzk9ph1pkb9mrs8lvcbn6cgsp7z3wl6jai9d6d"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
(list lz4
|
||||
|
|
Loading…
Reference in a new issue