aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
diff options
context:
space:
mode:
authorRutger Helling <rhelling@mykolab.com>2019-07-29 13:53:44 +0200
committerRutger Helling <rhelling@mykolab.com>2019-07-29 13:55:00 +0200
commit767a0a18d88479c713f1b9b034bd06eedfe71a80 (patch)
tree0bff38baf9dfb6e7106df397d462ff6ab8484732 /gnu/packages/linux.scm
parentab20b3ed9152c7c95d0d2c6b2d65e29983ab57ce (diff)
downloadguix-767a0a18d88479c713f1b9b034bd06eedfe71a80.tar
guix-767a0a18d88479c713f1b9b034bd06eedfe71a80.tar.gz
gnu: btrfs-progs: Update to 5.2.1.
* gnu/packages/linux.scm (btrfs-progs): Update to 5.2.1.
Diffstat (limited to 'gnu/packages/linux.scm')
-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 fc3c31e224..354337909d 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -3822,7 +3822,7 @@ and copy/paste text in the console and in xterm.")
(define-public btrfs-progs
(package
(name "btrfs-progs")
- (version "5.1.1")
+ (version "5.2.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kernel.org/linux/kernel/"
@@ -3830,7 +3830,7 @@ and copy/paste text in the console and in xterm.")
"btrfs-progs-v" version ".tar.xz"))
(sha256
(base32
- "06xybs7rglxjqkbzl2409acb3rgmnc5zc0xhyaxsc2p1x5yipfcw"))))
+ "0crjv3i20nyj2dagfw6q7byshscpn6j7wlqch3apkzzzk00lmb1n"))))
(build-system gnu-build-system)
(outputs '("out"
"static")) ; static versions of the binaries in "out"