diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-12-25 16:51:51 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-12-25 17:10:51 +0100 |
commit | aabe373b2f8ff072e5bbaf59dbfab81b1403552f (patch) | |
tree | 316d3682fc3faebf532d996ce573ede80adeba8c /gnu/packages | |
parent | 450cd92f21d967d92fc76047f8c09ccf51bbd0e0 (diff) | |
download | guix-aabe373b2f8ff072e5bbaf59dbfab81b1403552f.tar guix-aabe373b2f8ff072e5bbaf59dbfab81b1403552f.tar.gz |
gnu: btrfs-progs: Update to 5.4.
* gnu/packages/linux.scm (btrfs-progs): Update to 5.4.
Diffstat (limited to 'gnu/packages')
-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 c93ed8e387..96df2172e6 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -3941,7 +3941,7 @@ and copy/paste text in the console and in xterm.") (define-public btrfs-progs (package (name "btrfs-progs") - (version "5.3.1") + (version "5.4") (source (origin (method url-fetch) (uri (string-append "mirror://kernel.org/linux/kernel/" @@ -3949,7 +3949,7 @@ and copy/paste text in the console and in xterm.") "btrfs-progs-v" version ".tar.xz")) (sha256 (base32 - "0f6s1iwiqbncrvxp74k50s88x6zqf85sjxg04kyni82l1vk1m8xz")))) + "1ykhasv0jc3qi3xrm5841mzkmlbkjw6rm70gl4aww90jj6ak55qg")))) (build-system gnu-build-system) (outputs '("out" "static")) ; static versions of the binaries in "out" |