me
/
guix
Archived
1
0
Fork 0

gnu: btrfs-progs: Update to 5.11.1.

* gnu/packages/linux.scm (btrfs-progs): Update to 5.11.1.
master
Leo Famulari 2021-04-14 20:02:34 -04:00
parent ab616d44a1
commit 050be36cbf
No known key found for this signature in database
GPG Key ID: 2646FA30BACA7F08
1 changed files with 2 additions and 2 deletions

View File

@ -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"