[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
07/07: gnu: linux-libre 4.4: Update to 4.4.253.
From: |
guix-commits |
Subject: |
07/07: gnu: linux-libre 4.4: Update to 4.4.253. |
Date: |
Sun, 24 Jan 2021 14:06:54 -0500 (EST) |
lfam pushed a commit to branch master
in repository guix.
commit 898e137fc8eea07b0f845a0d0079980635656df1
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Sat Jan 23 15:35:18 2021 -0500
gnu: linux-libre 4.4: Update to 4.4.253.
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.253.
(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 7bdb187..32ceb02 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -421,7 +421,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.252")
+(define-public linux-libre-4.4-version "4.4.253")
(define deblob-scripts-4.4
(linux-libre-deblob-scripts
linux-libre-4.4-version
@@ -429,7 +429,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given
DEBLOB-SCRIPTS."
(base32 "0hhin1jpfkd6nwrb6xqxjzl3hdxy4pn8a15hy2d3d83yw6pflbsf")))
(define-public linux-libre-4.4-pristine-source
(let ((version linux-libre-4.4-version)
- (hash (base32 "0lchvfvn0kvqh1yixwscz4wrzd965zsxjkpc7nqiw9rhmvma3paf")))
+ (hash (base32 "0nlqnfhrkaj2s582kc0wxqi0881hgp6l9z85qx4ckflc8jwrh7k6")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-4.4)))
- branch master updated (c95f7dc -> 898e137), guix-commits, 2021/01/24
- 01/07: gnu: linux-libre: Allow disk encryption by default., guix-commits, 2021/01/24
- 04/07: gnu: linux-libre 4.19: Update to 4.19.170., guix-commits, 2021/01/24
- 02/07: gnu: linux-libre: Update to 5.10.10., guix-commits, 2021/01/24
- 03/07: gnu: linux-libre 5.4: Update to 5.4.92., guix-commits, 2021/01/24
- 05/07: gnu: linux-libre 4.14: Update to 4.14.217., guix-commits, 2021/01/24
- 06/07: gnu: linux-libre 4.9: Update to 4.9.253., guix-commits, 2021/01/24
- 07/07: gnu: linux-libre 4.4: Update to 4.4.253.,
guix-commits <=