* [PATCH] gnu: btrfs-progs: Update to 4.4.1.
@ 2016-02-27 0:17 Tobias Geerinckx-Rice
2016-02-27 20:41 ` Efraim Flashner
0 siblings, 1 reply; 5+ messages in thread
From: Tobias Geerinckx-Rice @ 2016-02-27 0:17 UTC (permalink / raw)
To: guix-devel
* gnu/packages/linux.scm (btrfs-progs): Update to 4.4.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 6068471..66b2cf0 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2472,7 +2472,7 @@ and copy/paste text in the console and in xterm.")
(define-public btrfs-progs
(package
(name "btrfs-progs")
- (version "4.4")
+ (version "4.4.1")
(source (origin
(method url-fetch)
(uri (string-append "mirror://kernel.org/linux/kernel/"
@@ -2480,7 +2480,7 @@ and copy/paste text in the console and in xterm.")
"btrfs-progs-v" version ".tar.xz"))
(sha256
(base32
- "0jssv1ys4nw2jf7mkp58c19yspaa8ybf48fxsrhhp0683mzpr73p"))))
+ "1z5882zx9jx02vyg067siws0irsl8pg37myx17hr4imn9ypf6r4r"))))
(build-system gnu-build-system)
(arguments
'(#:test-target "test"
--
2.7.0
^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [PATCH] gnu: btrfs-progs: Update to 4.4.1.
2016-02-27 0:17 [PATCH] gnu: btrfs-progs: Update to 4.4.1 Tobias Geerinckx-Rice
@ 2016-02-27 20:41 ` Efraim Flashner
2016-02-27 23:27 ` Leo Famulari
0 siblings, 1 reply; 5+ messages in thread
From: Efraim Flashner @ 2016-02-27 20:41 UTC (permalink / raw)
To: Tobias Geerinckx-Rice; +Cc: guix-devel
[-- Attachment #1: Type: text/plain, Size: 1468 bytes --]
On Sat, 27 Feb 2016 01:17:04 +0100
Tobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com> wrote:
> * gnu/packages/linux.scm (btrfs-progs): Update to 4.4.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 6068471..66b2cf0 100644
> --- a/gnu/packages/linux.scm
> +++ b/gnu/packages/linux.scm
> @@ -2472,7 +2472,7 @@ and copy/paste text in the console and in xterm.")
> (define-public btrfs-progs
> (package
> (name "btrfs-progs")
> - (version "4.4")
> + (version "4.4.1")
> (source (origin
> (method url-fetch)
> (uri (string-append "mirror://kernel.org/linux/kernel/"
> @@ -2480,7 +2480,7 @@ and copy/paste text in the console and in xterm.")
> "btrfs-progs-v" version ".tar.xz"))
> (sha256
> (base32
> - "0jssv1ys4nw2jf7mkp58c19yspaa8ybf48fxsrhhp0683mzpr73p"))))
> + "1z5882zx9jx02vyg067siws0irsl8pg37myx17hr4imn9ypf6r4r"))))
> (build-system gnu-build-system)
> (arguments
> '(#:test-target "test"
looks good to me!
applied in 9c7f7e2d.
--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] gnu: btrfs-progs: Update to 4.4.1.
2016-02-27 20:41 ` Efraim Flashner
@ 2016-02-27 23:27 ` Leo Famulari
2016-03-04 3:08 ` Tobias Geerinckx-Rice
0 siblings, 1 reply; 5+ messages in thread
From: Leo Famulari @ 2016-02-27 23:27 UTC (permalink / raw)
To: Efraim Flashner; +Cc: guix-devel
On Sat, Feb 27, 2016 at 10:41:42PM +0200, Efraim Flashner wrote:
> On Sat, 27 Feb 2016 01:17:04 +0100
> Tobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com> wrote:
>
> > * gnu/packages/linux.scm (btrfs-progs): Update to 4.4.1.
> looks good to me!
>
> applied in 9c7f7e2d.
Thanks for keeping up with this pcakage, Tobias!
Have you had a chance to investigate how to include it in the initrd?
https://lists.gnu.org/archive/html/guix-devel/2016-02/msg00489.html
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] gnu: btrfs-progs: Update to 4.4.1.
2016-02-27 23:27 ` Leo Famulari
@ 2016-03-04 3:08 ` Tobias Geerinckx-Rice
2016-03-04 3:44 ` Leo Famulari
0 siblings, 1 reply; 5+ messages in thread
From: Tobias Geerinckx-Rice @ 2016-03-04 3:08 UTC (permalink / raw)
To: Leo Famulari; +Cc: guix-devel
On 28/02/2016, Leo Famulari <leo@famulari.name> wrote:
> On Sat, Feb 27, 2016 at 10:41:42PM +0200, Efraim Flashner wrote:
>> On Sat, 27 Feb 2016 01:17:04 +0100
>> Tobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com> wrote:
>>
>> > * gnu/packages/linux.scm (btrfs-progs): Update to 4.4.1.
>
>> looks good to me!
>>
>> applied in 9c7f7e2d.
>
> Thanks for keeping up with this pcakage, Tobias!
>
> Have you had a chance to investigate how to include it in the initrd?
>
> https://lists.gnu.org/archive/html/guix-devel/2016-02/msg00489.html
[Lynx won't let me remove lines. Nice. At least I'm on GuixSD]
Hullo Leo,
Sorry, not yet. I've had no free time lately. I hope the
coming week will bring some. Either way, 0.9.1 won't yet
have much butter in it.
I'll try writing a static package expression before diving
into the initrd, which I'm guessing is quite different from
that of your average Linux distribution...
Kind regards,
T G-R
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [PATCH] gnu: btrfs-progs: Update to 4.4.1.
2016-03-04 3:08 ` Tobias Geerinckx-Rice
@ 2016-03-04 3:44 ` Leo Famulari
0 siblings, 0 replies; 5+ messages in thread
From: Leo Famulari @ 2016-03-04 3:44 UTC (permalink / raw)
To: Tobias Geerinckx-Rice; +Cc: guix-devel
On Fri, Mar 04, 2016 at 04:08:01AM +0100, Tobias Geerinckx-Rice wrote:
> On 28/02/2016, Leo Famulari <leo@famulari.name> wrote:
> > On Sat, Feb 27, 2016 at 10:41:42PM +0200, Efraim Flashner wrote:
> >> On Sat, 27 Feb 2016 01:17:04 +0100
> >> Tobias Geerinckx-Rice <tobias.geerinckx.rice@gmail.com> wrote:
> >>
> >> > * gnu/packages/linux.scm (btrfs-progs): Update to 4.4.1.
> >
> >> looks good to me!
> >>
> >> applied in 9c7f7e2d.
> >
> > Thanks for keeping up with this pcakage, Tobias!
> >
> > Have you had a chance to investigate how to include it in the initrd?
> >
> > https://lists.gnu.org/archive/html/guix-devel/2016-02/msg00489.html
> [Lynx won't let me remove lines. Nice. At least I'm on GuixSD]
>
> Hullo Leo,
>
> Sorry, not yet. I've had no free time lately. I hope the
> coming week will bring some. Either way, 0.9.1 won't yet
> have much butter in it.
>
> I'll try writing a static package expression before diving
> into the initrd, which I'm guessing is quite different from
> that of your average Linux distribution...
Okay, feel free to share your work as you go! I'll probably make an
attempt as well, although I can't say exactly when.
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2016-03-04 3:44 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-27 0:17 [PATCH] gnu: btrfs-progs: Update to 4.4.1 Tobias Geerinckx-Rice
2016-02-27 20:41 ` Efraim Flashner
2016-02-27 23:27 ` Leo Famulari
2016-03-04 3:08 ` Tobias Geerinckx-Rice
2016-03-04 3:44 ` Leo Famulari
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).