aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 24b4980efd..4664e62d17 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -3524,7 +3524,7 @@ and copy/paste text in the console and in xterm.")
(define-public btrfs-progs
(package
(name "btrfs-progs")
- (version "4.20.2")
+ (version "5.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kernel.org/linux/kernel/"
@@ -3532,7 +3532,7 @@ and copy/paste text in the console and in xterm.")
"btrfs-progs-v" version ".tar.xz"))
(sha256
(base32
- "0z0fm3j4ajzsf445381ra8r3zzciyyvfh8vvbjmbyarg2rz8n3w9"))))
+ "0dgh56pamav8wb9nmabjwdlpcazvqc9pgzwablxn77mqh0qrhkaq"))))
(build-system gnu-build-system)
(outputs '("out"
"static")) ; static versions of the binaries in "out"
n title='2022-08-02 19:04:36 +0300'>2022-08-02gnu: parallel: Add bash-minimal.Efraim Flashner 2022-08-02gnu: parallel: Update to 20220722.Efraim Flashner 2022-07-11gnu: parallel: Remove some pregenerated files.Efraim Flashner 2022-07-11gnu: parallel: Update to 20220622.Efraim Flashner 2022-06-15gnu: slurm: Update to 22.05.1.Ludovic Courtès 2022-06-10gnu: slurm-drmaa: Update to 1.1.3.Ricardo Wurmus 2022-05-22gnu: parallel: Update to 20220522.Tobias Geerinckx-Rice 2022-05-09gnu: parallel: Update to 20220422.Efraim Flashner 2022-05-06gnu: slurm: Add 21.08.8.Ludovic Courtès 2022-05-06gnu: slurm: Update to 20.11.9 [fixes CVE-2022-{29500,29501,29502}].Ludovic Courtès 2022-04-04gnu: parallel: Update to 20220322.Efraim Flashner 2022-03-29gnu: slurm: Install libpmi2.Ludovic Courtès 2022-03-09gnu: slurm: Use gexps and remove input labels.Ludovic Courtès 2022-03-08gnu: slurm <= 20.02: Build with '-fcommon'.Ludovic Courtès 2022-02-27gnu: parallel: Update to 20220222.Efraim Flashner 2022-01-25gnu: parallel: Update to 20220122.Efraim Flashner