[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/06: gnu: linux-libre 5.4: Update to 5.4.200.
From: |
guix-commits |
Subject: |
03/06: gnu: linux-libre 5.4: Update to 5.4.200. |
Date: |
Thu, 23 Jun 2022 11:49:44 -0400 (EDT) |
lfam pushed a commit to branch master
in repository guix.
commit fc2d12d55b97b11907bf675118855e323fdf1f2f
Author: Leo Famulari <leo@famulari.name>
AuthorDate: Thu Jun 23 10:08:28 2022 -0400
gnu: linux-libre 5.4: Update to 5.4.200.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.200.
(linux-libre-5.4-pristine-source, deblob-scripts-5.4): Update hashes.
---
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 fb4669f8b4..6c2ce9dfdb 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -400,17 +400,17 @@ corresponding UPSTREAM-SOURCE (an origin), using the
given DEBLOB-SCRIPTS."
(%upstream-linux-source version hash)
deblob-scripts-5.10)))
-(define-public linux-libre-5.4-version "5.4.198")
+(define-public linux-libre-5.4-version "5.4.200")
(define-public linux-libre-5.4-gnu-revision "gnu1")
(define deblob-scripts-5.4
(linux-libre-deblob-scripts
linux-libre-5.4-version
linux-libre-5.4-gnu-revision
(base32 "1nlgk8ajb5wl3aa96h9a0pb9j5a5wmrbpk63varn557x1d00r7wj")
- (base32 "05i286d98fm2pdf9724x1dsmfcm7gsd7yyyvxqlpisyj1kx14hda")))
+ (base32 "1vnjbdyssa7dwyjl9kg35alwvf7yh597cl74yr1wy2gk5bc9paw6")))
(define-public linux-libre-5.4-pristine-source
(let ((version linux-libre-5.4-version)
- (hash (base32 "0wvscr5wia2xdiqfxxdwl8kxf1s085qdj5h4423mraj7dh6l0ihh")))
+ (hash (base32 "1f15al9g4cd17fm43im5rqqrbz1cqhz2hq5ycpqvwa02pydprsga")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-5.4)))
- branch master updated (80ba78ab98 -> 696e2cc345), guix-commits, 2022/06/23
- 03/06: gnu: linux-libre 5.4: Update to 5.4.200.,
guix-commits <=
- 02/06: gnu: linux-libre 5.10: Update to 5.10.124., guix-commits, 2022/06/23
- 01/06: gnu: linux-libre 5.15: Update to 5.15.49., guix-commits, 2022/06/23
- 05/06: gnu: linux-libre 4.14: Update to 4.14.284., guix-commits, 2022/06/23
- 06/06: gnu: linux-libre 4.9: Update to 4.9.319., guix-commits, 2022/06/23
- 04/06: gnu: linux-libre 4.19: Update to 4.19.248., guix-commits, 2022/06/23