guix-commits
[Top][All Lists]
Advanced

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

11/14: gnu: libblockdev: Update to 2.21.


From: guix-commits
Subject: 11/14: gnu: libblockdev: Update to 2.21.
Date: Wed, 27 Feb 2019 09:49:32 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit e17a0badef1906227280a0c25ca08f69f83201b9
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Feb 27 10:58:42 2019 +0100

    gnu: libblockdev: Update to 2.21.
    
    * gnu/packages/disk.scm (libblockdev): Update to 2.21.
---
 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 171317f..006a381 100644
--- a/gnu/packages/disk.scm
+++ b/gnu/packages/disk.scm
@@ -710,7 +710,7 @@ to create devices with respective mappings for the ATARAID 
sets discovered.")
 (define-public libblockdev
   (package
     (name "libblockdev")
-    (version "2.20")
+    (version "2.21")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://github.com/storaged-project/";
@@ -718,7 +718,7 @@ to create devices with respective mappings for the ATARAID 
sets discovered.")
                                   version "-1/libblockdev-" version ".tar.gz"))
               (sha256
                (base32
-                "092snk5jyv48na4d46v1ckiy859zwpb3r0ivnxv3km5vzsp76y7q"))))
+                "02p13l4194j0vyd2zs7bb9dmyclcpqq8l3qv9289vjfbsvq2awii"))))
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)



reply via email to

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