[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/06: gnu: linux-libre@4.9: Update to 4.9.234.
From: |
guix-commits |
Subject: |
02/06: gnu: linux-libre@4.9: Update to 4.9.234. |
Date: |
Wed, 26 Aug 2020 21:01:55 -0400 (EDT) |
mhw pushed a commit to branch master
in repository guix.
commit d84444dc2946b601a75af11aef72d4351fd209b0
Author: Mark H Weaver <mhw@netris.org>
AuthorDate: Wed Aug 26 20:53:38 2020 -0400
gnu: linux-libre@4.9: Update to 4.9.234.
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.234.
(linux-libre-4.9-pristine-source): Update hash.
(deblob-scripts-4.9): Update to 4.9.234.
---
gnu/packages/linux.scm | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 6796f78..7997fdd 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -238,7 +238,7 @@ defconfig. Return the appropriate make target if
applicable, otherwise return
(define deblob-scripts-4.9
(linux-libre-deblob-scripts
- "4.9.232"
+ "4.9.234"
(base32 "1wvldzlv7q2xdbadas87dh593nxr4a8p5n0f8zpm72lja6w18hmg")
(base32 "0fxajshb75siq39lj5h8xvhdj8lcmddkslwlyj65rhlwk6g2r4b2")))
@@ -429,10 +429,10 @@ corresponding UPSTREAM-SOURCE (an origin), using the
given DEBLOB-SCRIPTS."
(%upstream-linux-source version hash)
deblob-scripts-4.14)))
-(define-public linux-libre-4.9-version "4.9.233")
+(define-public linux-libre-4.9-version "4.9.234")
(define-public linux-libre-4.9-pristine-source
(let ((version linux-libre-4.9-version)
- (hash (base32 "19dcwylhy5iqq3dmppqf7s9wy9d16m103djn1n183c9acnqclv9a")))
+ (hash (base32 "1qw26x2qc29yr094c7scw68m9yz4j0b2c4f92rvi3s31s928avvm")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-4.9)))
- branch master updated (2ba4574 -> 2ab8e60), guix-commits, 2020/08/26
- 01/06: gnu: linux-libre@4.4: Update to 4.4.234., guix-commits, 2020/08/26
- 02/06: gnu: linux-libre@4.9: Update to 4.9.234.,
guix-commits <=
- 03/06: gnu: linux-libre@4.14: Update to 4.14.195., guix-commits, 2020/08/26
- 04/06: gnu: linux-libre@4.19: Update to 4.19.142., guix-commits, 2020/08/26
- 05/06: gnu: linux-libre@5.4: Update to 5.4.61., guix-commits, 2020/08/26
- 06/06: gnu: linux-libre@5.7: Update to 5.7.18., guix-commits, 2020/08/26