mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: btrfs-progs: Update to 6.3.
* gnu/packages/linux.scm (btrfs-progs): Update to 6.3. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
92a899ed98
commit
c6cc554c5e
1 changed files with 2 additions and 2 deletions
|
@ -5913,7 +5913,7 @@ (define-public gpm
|
|||
(define-public btrfs-progs
|
||||
(package
|
||||
(name "btrfs-progs")
|
||||
(version "6.1.2")
|
||||
(version "6.3")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kernel.org/linux/kernel/"
|
||||
|
@ -5921,7 +5921,7 @@ (define-public btrfs-progs
|
|||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0ylxszcsm0jqsa5glccd1pv3rcfk1f5wjcf3ayxc0r9xgzcngrkb"))))
|
||||
"0zbampc47nq3h8as3rda2apns5sj93ywxnrkal74kjvyg3zvv820"))))
|
||||
(build-system gnu-build-system)
|
||||
(outputs '("out" "static")) ;static versions of the binaries in "out"
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue