summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2021-09-12 10:36:40 -0400
committerLeo Famulari <leo@famulari.name>2021-09-12 10:37:23 -0400
commit93fba676ba6536f319fcbb157a018960930e80aa (patch)
treeb48823c45fddd09e5af1dc15f9d068e19aa4f7ec /gnu
parent3e9d717e54c4f9ab28556eb247950dedd78bc8cf (diff)
gnu: btrfs-progs: Update to 5.14.
* gnu/packages/linux.scm (btrfs-progs): Update to 5.14.
Diffstat (limited to 'gnu')
-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 4281ce4b0ab..a469d9465b4 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -5345,7 +5345,7 @@ and copy/paste text in the console and in xterm.")
5345(define-public btrfs-progs 5345(define-public btrfs-progs
5346 (package 5346 (package
5347 (name "btrfs-progs") 5347 (name "btrfs-progs")
5348 (version "5.13.1") 5348 (version "5.14")
5349 (source (origin 5349 (source (origin
5350 (method url-fetch) 5350 (method url-fetch)
5351 (uri (string-append "mirror://kernel.org/linux/kernel/" 5351 (uri (string-append "mirror://kernel.org/linux/kernel/"
@@ -5353,7 +5353,7 @@ and copy/paste text in the console and in xterm.")
5353 "btrfs-progs-v" version ".tar.xz")) 5353 "btrfs-progs-v" version ".tar.xz"))
5354 (sha256 5354 (sha256
5355 (base32 5355 (base32
5356 "16gkyhvvpqpq0skpavkvnmglbld7p331bnpiqn2z9flgwq0mlzix")))) 5356 "0mwxhwws6scjjpfws5xp7988wwwfa46jp5y3kn6jjmjpxiqm85da"))))
5357 (build-system gnu-build-system) 5357 (build-system gnu-build-system)
5358 (outputs '("out" 5358 (outputs '("out"
5359 "static")) ; static versions of the binaries in "out" 5359 "static")) ; static versions of the binaries in "out"