mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: e2fsprogs: Update to 1.45.6.
* gnu/packages/linux.scm (e2fsprogs): Update to 1.45.6. [source]: Hard-code NAME.
This commit is contained in:
parent
6729488f59
commit
5687fdb7c0
1 changed files with 4 additions and 4 deletions
|
@ -1505,16 +1505,16 @@ (define-public usbutils
|
|||
(define-public e2fsprogs
|
||||
(package
|
||||
(name "e2fsprogs")
|
||||
(version "1.45.5")
|
||||
(version "1.45.6")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
"mirror://kernel.org/linux/kernel/people/tytso/"
|
||||
name "/v" version "/"
|
||||
name "-" version ".tar.xz"))
|
||||
"e2fsprogs/v" version "/"
|
||||
"e2fsprogs-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1pmf8inp736l587rqq7qsd8bv0mmg5cwrivxg5p5awqgv70crypr"))))
|
||||
"0mj2yizwygs7xww8jfy5mxjn8ww4pvc0b1hg1p2vsnirailsx9zz"))))
|
||||
(build-system gnu-build-system)
|
||||
(inputs `(("util-linux" ,util-linux)))
|
||||
(native-inputs `(("pkg-config" ,pkg-config)
|
||||
|
|
Loading…
Reference in a new issue