mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-04 18:38:57 -05:00
gnu: btrfs-progs: Update to 6.3.2.
* gnu/packages/linux.scm (btrfs-progs): Update to 6.3.2.
This commit is contained in:
parent
2ba2e80ee6
commit
e2a47c89ad
1 changed files with 2 additions and 2 deletions
|
@ -5875,7 +5875,7 @@ (define-public gpm
|
|||
(define-public btrfs-progs
|
||||
(package
|
||||
(name "btrfs-progs")
|
||||
(version "6.3")
|
||||
(version "6.3.2")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "mirror://kernel.org/linux/kernel/"
|
||||
|
@ -5883,7 +5883,7 @@ (define-public btrfs-progs
|
|||
version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0zbampc47nq3h8as3rda2apns5sj93ywxnrkal74kjvyg3zvv820"))))
|
||||
"093wy9dsvp22nwlsk203l91h3yzkccvzdw58n3sicy41sncn3wm9"))))
|
||||
(build-system gnu-build-system)
|
||||
(outputs '("out" "static")) ;static versions of the binaries in "out"
|
||||
(arguments
|
||||
|
|
Loading…
Reference in a new issue