mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: erofs-utils: Update to 1.8.3.
* gnu/packages/linux.scm (erofs-utils): Update to 1.8.3. Change-Id: I4747701b049fa5a2312cdaeca662601346d413d8
This commit is contained in:
parent
cc1ddf8e6e
commit
e9cfcb8d36
1 changed files with 2 additions and 2 deletions
|
@ -10616,7 +10616,7 @@ kernel side implementation.")
|
||||||
(define-public erofs-utils
|
(define-public erofs-utils
|
||||||
(package
|
(package
|
||||||
(name "erofs-utils")
|
(name "erofs-utils")
|
||||||
(version "1.7.1")
|
(version "1.8.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
|
@ -10625,7 +10625,7 @@ kernel side implementation.")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32 "1mvybd06cswxj0nzk9ph1pkb9mrs8lvcbn6cgsp7z3wl6jai9d6d"))))
|
(base32 "1a57a8r58wp90a9r2fmkfxsq2agq78rm2qif3js0rsraz4hhrfn2"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs
|
(inputs
|
||||||
(list lz4
|
(list lz4
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue