* [bug#59430] [PATCH] gnu: btrfs-progs: Update to 6.0.1.
@ 2022-11-21 5:45 kiasoc5 via Guix-patches via
2022-11-24 6:16 ` bug#59430: " 宋文武 via Guix-patches via
0 siblings, 1 reply; 2+ messages in thread
From: kiasoc5 via Guix-patches via @ 2022-11-21 5:45 UTC (permalink / raw)
To: 59430; +Cc: kiasoc5
* gnu/packages/linux.scm (btrfs-progs): Update to 6.0.1.
---
gnu/packages/linux.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 601162b465..a8cc6e900f 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -5555,7 +5555,7 @@ (define-public gpm
(define-public btrfs-progs
(package
(name "btrfs-progs")
- (version "5.18.1")
+ (version "6.0.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kernel.org/linux/kernel/"
@@ -5563,7 +5563,7 @@ (define-public btrfs-progs
"btrfs-progs-v" version ".tar.xz"))
(sha256
(base32
- "0mbj3j2fpjds9i9gm8kk8a20yjacc562ibd1v9a96bpmrxfag63f"))))
+ "0j0w400fg0lbzljmcwq553cv0awixc4k35v7l39jl7l13pznycdm"))))
(build-system gnu-build-system)
(outputs '("out"
"static")) ; static versions of the binaries in "out"
base-commit: 99ba4ddb03b396f56764a25317f40d4501380704
--
2.38.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#59430: [PATCH] gnu: btrfs-progs: Update to 6.0.1.
2022-11-21 5:45 [bug#59430] [PATCH] gnu: btrfs-progs: Update to 6.0.1 kiasoc5 via Guix-patches via
@ 2022-11-24 6:16 ` 宋文武 via Guix-patches via
0 siblings, 0 replies; 2+ messages in thread
From: 宋文武 via Guix-patches via @ 2022-11-24 6:16 UTC (permalink / raw)
To: kiasoc5; +Cc: 59430-done
kiasoc5 <kiasoc5@disroot.org> writes:
> * gnu/packages/linux.scm (btrfs-progs): Update to 6.0.1.
Pushed, thank you!
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-11-24 6:17 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-21 5:45 [bug#59430] [PATCH] gnu: btrfs-progs: Update to 6.0.1 kiasoc5 via Guix-patches via
2022-11-24 6:16 ` bug#59430: " 宋文武 via Guix-patches via
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.