summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-10-28 00:14:26 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2019-10-28 00:14:35 +0100
commitea46f9c97c6b7d0a6a8a78f8dcb16997c620bce9 (patch)
treebd8254960be02228973d72f19547c998c3c27603 /gnu
parent3cbf3f74597b3c200b24ed47833747a2743675c6 (diff)
downloadguix-ea46f9c97c6b7d0a6a8a78f8dcb16997c620bce9.tar.gz
gnu: btrfs-progs: Update to 5.3.1.
* gnu/packages/linux.scm (btrfs-progs): Update to 5.3.1.
Diffstat (limited to 'gnu')
-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 32eaef244e..8bfa9ce258 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -3901,7 +3901,7 @@ and copy/paste text in the console and in xterm.")
 (define-public btrfs-progs
   (package
     (name "btrfs-progs")
-    (version "5.3")
+    (version "5.3.1")
     (source (origin
               (method url-fetch)
               (uri (string-append "mirror://kernel.org/linux/kernel/"
@@ -3909,7 +3909,7 @@ and copy/paste text in the console and in xterm.")
                                   "btrfs-progs-v" version ".tar.xz"))
               (sha256
                (base32
-                "13ivb1b627qkiiqxh2y7zawynarkmgxrnwwpqhx6cci621yyqqqp"))))
+                "0f6s1iwiqbncrvxp74k50s88x6zqf85sjxg04kyni82l1vk1m8xz"))))
     (build-system gnu-build-system)
     (outputs '("out"
                "static"))      ; static versions of the binaries in "out"