summary refs log tree commit diff
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2021-02-26 14:43:40 -0500
committerLeo Famulari <leo@famulari.name>2021-02-26 14:48:45 -0500
commit6d70ec299b72aa9a5312977e4a7599d9b16cc7dc (patch)
treec77291eea72d84d5d2973bbcd41eff08f68d3c9c
parentd6544dc7b8b245fd44c51f0fd9a66c9afe2fbe3f (diff)
downloadguix-6d70ec299b72aa9a5312977e4a7599d9b16cc7dc.tar.gz
gnu: btrfs-progs: Update to 5.10.1.
* gnu/packages/linux.scm (btrfs-progs): Update to 5.10.1.
-rw-r--r--gnu/packages/linux.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 80afd125d9..1b44dd25aa 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -4939,7 +4939,7 @@ and copy/paste text in the console and in xterm.")
 (define-public btrfs-progs
   (package
     (name "btrfs-progs")
-    (version "5.9")
+    (version "5.10.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kernel.org/linux/kernel/"
@@ -4947,7 +4947,7 @@ and copy/paste text in the console and in xterm.")
                                   "btrfs-progs-v" version ".tar.xz"))
               (sha256
                (base32
-                "14d7hz07kfczfgmy1ixkgccjn393gpkjn7givz5kwxddcnk5i4xq"))))
+                "0i03vajakg1glbql1cv7xy0k71zvpd2whdwymmrz9rza3xrwqy8k"))))
     (build-system gnu-build-system)
     (outputs '("out"
                "static"))      ; static versions of the binaries in "out"