diff options
author | Leo Famulari <leo@famulari.name> | 2021-04-14 20:02:34 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2021-04-14 20:03:06 -0400 |
commit | 050be36cbf3a42199f64f2e44c59f1cb1b3afab5 (patch) | |
tree | 8ef543c999fb1f54af9729ef79854d1b42a7aaf6 | |
parent | ab616d44a1bc04b8b70d4e18ebf44075f040c482 (diff) | |
download | guix-050be36cbf3a42199f64f2e44c59f1cb1b3afab5.tar.gz |
gnu: btrfs-progs: Update to 5.11.1.
* gnu/packages/linux.scm (btrfs-progs): Update to 5.11.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 b1212a3821..52579ce1f5 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -5058,7 +5058,7 @@ and copy/paste text in the console and in xterm.") (define-public btrfs-progs (package (name "btrfs-progs") - (version "5.11") + (version "5.11.1") (source (origin (method url-fetch) (uri (string-append "mirror://kernel.org/linux/kernel/" @@ -5066,7 +5066,7 @@ and copy/paste text in the console and in xterm.") "btrfs-progs-v" version ".tar.xz")) (sha256 (base32 - "0dq1ryji9hmq10zbyk083lp9r212524a3naai47whq11m6q626fl")))) + "1zpbpmq8qndwls40yg2c9xj9ca6mcxdziadj5i8fbi3ffp2crap3")))) (build-system gnu-build-system) (outputs '("out" "static")) ; static versions of the binaries in "out" |