summary refs log tree commit diff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2022-12-11 01:00:01 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2022-12-11 01:00:09 +0100
commit7ff99f7a56e169591d271d4da6aadd0f7048efff (patch)
tree417e8a168badc2c51d8fec585a07c527ed57fd9d
parent4681e01bdccecccc90721147ad1fa7bb7fa2be72 (diff)
downloadguix-7ff99f7a56e169591d271d4da6aadd0f7048efff.tar.gz
gnu: mtd-utils: Update to 2.1.5.
* gnu/packages/linux.scm (mtd-utils): Update to 2.1.5.
-rw-r--r--gnu/packages/linux.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index d4a6c1ef39..f39a77d6d0 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -6992,7 +6992,7 @@ exceeded.")
 (define-public mtd-utils
   (package
     (name "mtd-utils")
-    (version "2.1.4")
+    (version "2.1.5")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -7000,7 +7000,7 @@ exceeded.")
                     "mtd-utils-" version ".tar.bz2"))
               (sha256
                (base32
-                "168vyzpfa0n66i8lcf626b9jczjr81rqbdk7735lfb18bp8i2rrc"))))
+                "0ilz8hkcyvfcnqpy25kbr8fb71x9vl28wbmw56vvd68n2byjfviq"))))
     (arguments
      (list #:configure-flags
            (if (%current-target-system) ; When cross-compiling.