guix-commits
[Top][All Lists]
Advanced

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

01/05: gnu: libblockdev: Update to 2.27.


From: guix-commits
Subject: 01/05: gnu: libblockdev: Update to 2.27.
Date: Thu, 2 Jun 2022 20:58:21 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit a59bc3d759627cf6a0fc54387a0e0bcfef0d288d
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun May 29 02:00:01 2022 +0200

    gnu: libblockdev: Update to 2.27.
    
    * gnu/packages/disk.scm (libblockdev): Update to 2.27.
---
 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 40886a9e79..4a1870ce39 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -988,7 +988,7 @@ to create devices with respective mappings for the ATARAID 
sets discovered.")
 (define-public libblockdev
   (package
     (name "libblockdev")
-    (version "2.26")
+    (version "2.27")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/storaged-project/";
@@ -996,7 +996,7 @@ to create devices with respective mappings for the ATARAID 
sets discovered.")
                                   version "-1/libblockdev-" version ".tar.gz"))
               (sha256
                (base32
-                "0sg068jb87ljhn8yazrqxi6ri10ic2sh1lp6ikd2nqxc6l5y3h64"))))
+                "05rm9h8v30rahr245jcw6if6b5g16mb5hnz7wl1shzip0wky3k3d"))))
     (build-system gnu-build-system)
     (arguments
      `(#:phases



reply via email to

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