mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-03 08:36:32 +01:00
gnu: btrfs-progs: Update to 6.3.3.
* gnu/packages/linux.scm (btrfs-progs): Update to 6.3.3.
This commit is contained in:
parent
3f2acdbd31
commit
a879385de1
1 changed files with 2 additions and 2 deletions
|
@ -6002,7 +6002,7 @@ (define-public gpm
|
||||||
(define-public btrfs-progs
|
(define-public btrfs-progs
|
||||||
(package
|
(package
|
||||||
(name "btrfs-progs")
|
(name "btrfs-progs")
|
||||||
(version "6.3.2")
|
(version "6.3.3")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append "mirror://kernel.org/linux/kernel/"
|
(uri (string-append "mirror://kernel.org/linux/kernel/"
|
||||||
|
@ -6010,7 +6010,7 @@ (define-public btrfs-progs
|
||||||
version ".tar.xz"))
|
version ".tar.xz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"093wy9dsvp22nwlsk203l91h3yzkccvzdw58n3sicy41sncn3wm9"))))
|
"0vmrjn3dcmka9rj5b81ag9jwprzyicx05h1ccj0x0w02fqah1qsb"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(outputs '("out" "static")) ;static versions of the binaries in "out"
|
(outputs '("out" "static")) ;static versions of the binaries in "out"
|
||||||
(arguments
|
(arguments
|
||||||
|
|
Loading…
Reference in a new issue