aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2024-11-09 14:31:02 -0500
committerLeo Famulari <leo@famulari.name>2024-11-15 19:59:44 -0500
commit3e8d3d80f41e016cdfe80e488a78c2351c94fef8 (patch)
tree48feddb1701e16deb2efa5b1af3e287c7cc67c09
parenteb200bce2200c148c897177dec54b6a9bc38e3a5 (diff)
downloadguix-3e8d3d80f41e016cdfe80e488a78c2351c94fef8.tar.gz
guix-3e8d3d80f41e016cdfe80e488a78c2351c94fef8.zip
gnu: linux-libre 4.19: Update to 4.19.323.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.323. (linux-libre-4.19-pristine-source, deblob-scripts-4.19): Update hashes. Change-Id: I7ad6a595c093183d7b93a9d1875b6d653f446e46
-rw-r--r--gnu/packages/linux.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 837cdb3bfa..8e667b21e2 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -606,17 +606,17 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
(%upstream-linux-source version hash)
deblob-scripts-5.4)))
-(define-public linux-libre-4.19-version "4.19.322")
+(define-public linux-libre-4.19-version "4.19.323")
(define-public linux-libre-4.19-gnu-revision "gnu1")
(define deblob-scripts-4.19
(linux-libre-deblob-scripts
linux-libre-4.19-version
linux-libre-4.19-gnu-revision
(base32 "0pjal2cc2f99cvw8r4icb4l24j41k48jkj6bqk7pcahzcgx33ycb")
- (base32 "0fgkp3v7qgqpn7l1987xcwwlrmwsbscqnxfv06p8nkavrhymrv3c")))
+ (base32 "048isws4h3lya8dwpwyhqglsjg9sckxk0gfsxdbqg336n5vi0gb1")))
(define-public linux-libre-4.19-pristine-source
(let ((version linux-libre-4.19-version)
- (hash (base32 "0qj106lj554y1kdqj8kwyf7pk9bvrrpgz6s8zyh7d61mk7wws9sf")))
+ (hash (base32 "073akfd30bnk0r8hw1lywv2d7svslhfl5lx9zlkdhjf6p9gj3jgf")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-4.19)))