summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2023-07-23 02:00:00 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2023-07-23 02:00:00 +0200
commita879385de12e9bbfe90b39e14733ab261e88c171 (patch)
tree6f5e449a26ef660d9fdb3f11a8ffa760089c5698 /gnu/packages
parent3f2acdbd3117217eb02d2fceaa1ad29ba2fca3fb (diff)
gnu: btrfs-progs: Update to 6.3.3.
* gnu/packages/linux.scm (btrfs-progs): Update to 6.3.3.
Diffstat (limited to 'gnu/packages')
-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 11e310800ea..bfe6f533865 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -6002,7 +6002,7 @@ and copy/paste text in the console and in xterm.")
6002(define-public btrfs-progs 6002(define-public btrfs-progs
6003 (package 6003 (package
6004 (name "btrfs-progs") 6004 (name "btrfs-progs")
6005 (version "6.3.2") 6005 (version "6.3.3")
6006 (source (origin 6006 (source (origin
6007 (method url-fetch) 6007 (method url-fetch)
6008 (uri (string-append "mirror://kernel.org/linux/kernel/" 6008 (uri (string-append "mirror://kernel.org/linux/kernel/"
@@ -6010,7 +6010,7 @@ and copy/paste text in the console and in xterm.")
6010 version ".tar.xz")) 6010 version ".tar.xz"))
6011 (sha256 6011 (sha256
6012 (base32 6012 (base32
6013 "093wy9dsvp22nwlsk203l91h3yzkccvzdw58n3sicy41sncn3wm9")))) 6013 "0vmrjn3dcmka9rj5b81ag9jwprzyicx05h1ccj0x0w02fqah1qsb"))))
6014 (build-system gnu-build-system) 6014 (build-system gnu-build-system)
6015 (outputs '("out" "static")) ;static versions of the binaries in "out" 6015 (outputs '("out" "static")) ;static versions of the binaries in "out"
6016 (arguments 6016 (arguments