guix-commits
[Top][All Lists]
Advanced

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

37/46: gnu: mtd-utils: Update to 2.1.5.


From: guix-commits
Subject: 37/46: gnu: mtd-utils: Update to 2.1.5.
Date: Fri, 16 Dec 2022 21:39:00 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 7ff99f7a56e169591d271d4da6aadd0f7048efff
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Dec 11 01:00:01 2022 +0100

    gnu: mtd-utils: Update to 2.1.5.
    
    * gnu/packages/linux.scm (mtd-utils): Update to 2.1.5.
---
 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 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.



reply via email to

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