summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2015-07-24 17:11:32 -0400
committerMark H Weaver <mhw@netris.org>2015-07-24 17:12:53 -0400
commit7409c8d42b5142b3cbd2861999afa95d301f8ff4 (patch)
treefe86f7de522459fcb34a30107affaca283f9e194 /gnu
parent6bb5a8a1c1400279a1f84873d4e3f40ae554c7a5 (diff)
downloadguix-7409c8d42b5142b3cbd2861999afa95d301f8ff4.tar.gz
gnu: e2fsprogs: Update to 1.42.13.
* gnu/packages/linux.scm (e2fsprogs): Update to 1.42.13.  Change the source
  URI to use the .tar.xz file from kernel.org.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/linux.scm10
1 files changed, 6 insertions, 4 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index e3eec46035..1851acaec2 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -558,14 +558,16 @@ slabtop, and skill.")
 (define-public e2fsprogs
   (package
     (name "e2fsprogs")
-    (version "1.42.12")
+    (version "1.42.13")
     (source (origin
              (method url-fetch)
-             (uri (string-append "mirror://sourceforge/e2fsprogs/e2fsprogs-"
-                                 version ".tar.gz"))
+             (uri (string-append
+                   "mirror://kernel.org/linux/kernel/people/tytso/"
+                   name "/v" version "/"
+                   name "-" version ".tar.xz"))
              (sha256
               (base32
-               "0v0qcfyls0dlrjy8gx9m3s2wbkp5z3lbsr5hb7x8kp8f3bclcy71"))
+               "1ix0b83zgw5n0p2grh2961c6796m92yr2jqc2sbr23x3lfsp8r71"))
              (modules '((guix build utils)))
              (snippet
               '(substitute* "MCONFIG.in"