[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
branch master updated: gnu: linux-libre 4.4: Update to 4.4.302.
From: |
guix-commits |
Subject: |
branch master updated: gnu: linux-libre 4.4: Update to 4.4.302. |
Date: |
Fri, 04 Feb 2022 13:46:47 -0500 |
This is an automated email from the git hooks/post-receive script.
lfam pushed a commit to branch master
in repository guix.
The following commit(s) were added to refs/heads/master by this push:
new a00a875f1c gnu: linux-libre 4.4: Update to 4.4.302.
a00a875f1c is described below
commit a00a875f1c4043abf35f0bf534cb818995925132
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Thu Feb 3 11:22:21 2022 -0500
gnu: linux-libre 4.4: Update to 4.4.302.
This is the last release of the 4.4 kernel series:
https://lore.kernel.org/all/164387713713082@kroah.com/T/#t
Discussion within Guix:
https://lists.gnu.org/archive/html/guix-devel/2022-01/msg00020.html
https://lists.gnu.org/archive/html/guix-devel/2022-02/msg00007.html
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.302.
(linux-libre-4.4-pristine-source): Update hash.
---
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 7df64bbdae..2e2d01c656 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -465,7 +465,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given
DEBLOB-SCRIPTS."
(%upstream-linux-source version hash)
deblob-scripts-4.9)))
-(define-public linux-libre-4.4-version "4.4.301")
+(define-public linux-libre-4.4-version "4.4.302")
(define-public linux-libre-4.4-gnu-revision "gnu1")
(define deblob-scripts-4.4
(linux-libre-deblob-scripts
@@ -475,7 +475,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given
DEBLOB-SCRIPTS."
(base32 "0wdaj40pcq9wg5xnz2zj3jj8bawhfgqxcwp6dnavbf9lq0gca48p")))
(define-public linux-libre-4.4-pristine-source
(let ((version linux-libre-4.4-version)
- (hash (base32 "0x0zq8i806i04p0cl742wxh8pxc0wglww0in98gr2ayp7r8qf7am")))
+ (hash (base32 "1cvnydc7y5xrb1c4yfmsl846dd1jfrr7xf62gxbhnkk01fs7n09m")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-4.4)))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- branch master updated: gnu: linux-libre 4.4: Update to 4.4.302.,
guix-commits <=