guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/04: gnu: e2fsprogs: Update to 1.45.2.


From: guix-commits
Subject: 01/04: gnu: e2fsprogs: Update to 1.45.2.
Date: Tue, 4 Jun 2019 18:38:19 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 261e9db2cd9669f74ee47f75907725c7d3d01d1b
Author: Marius Bakke <address@hidden>
Date:   Tue Jun 4 16:16:31 2019 +0200

    gnu: e2fsprogs: Update to 1.45.2.
    
    * gnu/packages/linux.scm (e2fsprogs): Update to 1.45.2.
---
 gnu/packages/linux.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index ef45465..fc6df4d 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -957,7 +957,7 @@ slabtop, and skill.")
 (define-public e2fsprogs
   (package
     (name "e2fsprogs")
-    (version "1.44.5")
+    (version "1.45.2")
     (source (origin
              (method url-fetch)
              (uri (string-append
@@ -966,7 +966,7 @@ slabtop, and skill.")
                    name "-" version ".tar.xz"))
              (sha256
               (base32
-               "1ff56h6h1h17sj2zvlddv5c88nmbx46p1fcbh6b0s5k9kl3b6pms"))))
+               "02g0cm72sgz709s9pkg4mvj56m7bgs7rwnyc2cp7cvg3j6pcjlj9"))))
     (build-system gnu-build-system)
     (inputs `(("util-linux" ,util-linux)))
     (native-inputs `(("pkg-config" ,pkg-config)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]