summary refs log tree commit diff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-05-20 22:16:52 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-05-21 00:51:43 +0200
commitff15bdd829917c5d8570a13d5515c725ac811864 (patch)
treec735f7da3b0e4229267c9fcf0f778e2fd87385c4
parent107976ac57ebb04d979635dd003539116f4f2135 (diff)
downloadguix-ff15bdd829917c5d8570a13d5515c725ac811864.tar.gz
gnu: btrfs-progs: Update to 5.1.
* gnu/packages/linux.scm (btrfs-progs): Update to 5.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 24b4980efd..4664e62d17 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -3524,7 +3524,7 @@ and copy/paste text in the console and in xterm.")
 (define-public btrfs-progs
   (package
     (name "btrfs-progs")
-    (version "4.20.2")
+    (version "5.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kernel.org/linux/kernel/"
@@ -3532,7 +3532,7 @@ and copy/paste text in the console and in xterm.")
                                   "btrfs-progs-v" version ".tar.xz"))
               (sha256
                (base32
-                "0z0fm3j4ajzsf445381ra8r3zzciyyvfh8vvbjmbyarg2rz8n3w9"))))
+                "0dgh56pamav8wb9nmabjwdlpcazvqc9pgzwablxn77mqh0qrhkaq"))))
     (build-system gnu-build-system)
     (outputs '("out"
                "static"))      ; static versions of the binaries in "out"