guix-commits
[Top][All Lists]
Advanced

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

01/10: gnu: libblockdev: Update to 2.25.


From: guix-commits
Subject: 01/10: gnu: libblockdev: Update to 2.25.
Date: Mon, 11 Jan 2021 17:31:34 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit a8f8680b40e7dc90b08060425441d1416378cfcb
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Jan 11 22:08:27 2021 +0100

    gnu: libblockdev: Update to 2.25.
    
    * gnu/packages/disk.scm (libblockdev): Update to 2.25.
---
 gnu/packages/disk.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/disk.scm b/gnu/packages/disk.scm
index 3cc9601..102b105 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -860,7 +860,7 @@ to create devices with respective mappings for the ATARAID 
sets discovered.")
 (define-public libblockdev
   (package
     (name "libblockdev")
-    (version "2.24")
+    (version "2.25")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/storaged-project/";
@@ -868,7 +868,7 @@ to create devices with respective mappings for the ATARAID 
sets discovered.")
                                   version "-1/libblockdev-" version ".tar.gz"))
               (sha256
                (base32
-                "0wq7624pnprvfzrf39bq1cybd9lqwawbdg5bm0cchlpgvdq7q86w"))))
+                "0s0nazkpzpn4an00qghjkk9n7gdm5a8dqfr5hfnlk5mk5lma8njm"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases



reply via email to

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