diff options
author | Rutger Helling <rhelling@mykolab.com> | 2019-07-02 13:45:16 +0200 |
---|---|---|
committer | Rutger Helling <rhelling@mykolab.com> | 2019-07-02 15:52:04 +0200 |
commit | 35a16f5f6d78f15309b8e8282f46887835db83e0 (patch) | |
tree | 731030507213cfdf67045a45e295171829dc797f | |
parent | 697df13f613468f4c572f85d3411dbf60b7bc45a (diff) | |
download | guix-35a16f5f6d78f15309b8e8282f46887835db83e0.tar guix-35a16f5f6d78f15309b8e8282f46887835db83e0.tar.gz |
gnu: btrfs-progs: Update to 5.1.1.
* gnu/packages/linux.scm (btrfs-progs): Update to 5.1.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 72b62faf42..b4407a5133 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -3544,7 +3544,7 @@ and copy/paste text in the console and in xterm.") (define-public btrfs-progs (package (name "btrfs-progs") - (version "5.1") + (version "5.1.1") (source (origin (method url-fetch) (uri (string-append "mirror://kernel.org/linux/kernel/" @@ -3552,7 +3552,7 @@ and copy/paste text in the console and in xterm.") "btrfs-progs-v" version ".tar.xz")) (sha256 (base32 - "0dgh56pamav8wb9nmabjwdlpcazvqc9pgzwablxn77mqh0qrhkaq")))) + "06xybs7rglxjqkbzl2409acb3rgmnc5zc0xhyaxsc2p1x5yipfcw")))) (build-system gnu-build-system) (outputs '("out" "static")) ; static versions of the binaries in "out" |