me
/
guix
Archived
1
0
Fork 0

gnu: e2fsprogs: Update to 1.45.5.

* gnu/packages/linux.scm (e2fsprogs): Update to 1.45.5.
master
Marius Bakke 2020-01-19 23:38:51 +01:00
parent a5407c768d
commit 07b1d40899
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -1316,7 +1316,7 @@ slabtop, and skill.")
(define-public e2fsprogs
(package
(name "e2fsprogs")
(version "1.45.4")
(version "1.45.5")
(source (origin
(method url-fetch)
(uri (string-append
@ -1325,7 +1325,7 @@ slabtop, and skill.")
name "-" version ".tar.xz"))
(sha256
(base32
"00nwl1ppjalxbnx40dsm895r3q793p8nni6n81saj7faj2szdyk5"))))
"1pmf8inp736l587rqq7qsd8bv0mmg5cwrivxg5p5awqgv70crypr"))))
(build-system gnu-build-system)
(inputs `(("util-linux" ,util-linux)))
(native-inputs `(("pkg-config" ,pkg-config)