diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-05 19:32:15 +0000 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-05 21:10:06 +0100 |
commit | a7a8590bdca66bff4e40a89097c3f94d1209cfb1 (patch) | |
tree | 77b7ed553913d54acf500bc4f5e37081069e300f | |
parent | 78357403fbda51590bd826851f9539db4af0b812 (diff) | |
download | patches-a7a8590bdca66bff4e40a89097c3f94d1209cfb1.tar patches-a7a8590bdca66bff4e40a89097c3f94d1209cfb1.tar.gz |
gnu: btrfs-progs: Update to 4.14.1.
* gnu/packages/linux.scm (btrfs-progs): Update to 4.14.1.
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index a11a0a039a..eab9ac067b 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -3174,7 +3174,7 @@ and copy/paste text in the console and in xterm.") (define-public btrfs-progs (package (name "btrfs-progs") - (version "4.14") + (version "4.14.1") (source (origin (method url-fetch) (uri (string-append "mirror://kernel.org/linux/kernel/" @@ -3182,7 +3182,7 @@ and copy/paste text in the console and in xterm.") "btrfs-progs-v" version ".tar.xz")) (sha256 (base32 - "1bwirg6hz6gyfj5r3xkj4lfwadvl9pxlccf916fsmdn27fy5q289")))) + "1palnddw3d50kyflwk1j4xapbc6jniid6j5i9dsr8l8a7nkv7ich")))) (build-system gnu-build-system) (outputs '("out" "static")) ; static versions of the binaries in "out" |