guix-commits
[Top][All Lists]
Advanced

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

03/05: gnu: mmc-utils: Update to 0.1-1.3969aa4.


From: guix-commits
Subject: 03/05: gnu: mmc-utils: Update to 0.1-1.3969aa4.
Date: Sat, 15 Jan 2022 09:36:02 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit e5088b8a7cf4ff987fbe019415902e76b86519db
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sat Jan 15 04:15:25 2022 +0000

    gnu: mmc-utils: Update to 0.1-1.3969aa4.
    
    * gnu/packages/disk.scm (mmc-utils): Update to 0.1-1.3969aa4.
---
 gnu/packages/disk.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
index 7c5aaa7718..1a196f4b40 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -1225,8 +1225,8 @@ and a partitioning of the heap between kinds of memory 
(for NUMA).")
     (license license:bsd-3)))
 
 (define-public mmc-utils
-  (let ((commit "e9654ebc4a6a48642848822c4a1355a9de4958d1")
-        (revision "0"))
+  (let ((commit "3969aa4804edb8aed7bcb3c958e49d0c7388b067")
+        (revision "1"))
     (package
       (name "mmc-utils")
       (version (git-version "0.1" revision commit))
@@ -1238,8 +1238,7 @@ and a partitioning of the heap between kinds of memory 
(for NUMA).")
                  (commit commit)))
           (file-name (git-file-name name version))
           (sha256
-           (base32
-            "1dbsppsmky0r4z6kxwczrw8pih8bhc2pb61gsvs986r4xy6jr17a"))))
+           (base32 "0pvcm685x63afvp8795jd4vn4zs8psh8bs6j2yvk1kgrawpyk10g"))))
       (build-system gnu-build-system)
       (arguments
        `(#:tests? #f ; No test suite



reply via email to

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