aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2024-11-20 19:28:54 -0500
committerLeo Famulari <leo@famulari.name>2024-11-24 18:34:04 -0500
commit0de78424bd27ec97633401c735e0a766a79b2eee (patch)
tree59e82b089fc49ecbd1781fb3a3593532620f3fe7
parent50d9e8b454906c0b95abfddf5c27ecfacf241cbe (diff)
downloadguix-0de78424bd27ec97633401c735e0a766a79b2eee.tar.gz
guix-0de78424bd27ec97633401c735e0a766a79b2eee.zip
gnu: linux-libre 4.19: Update to 4.19.324.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.324. (linux-libre-4.19-pristine-source): Update hash. Change-Id: I82e9d32dc7adbeaa9e416c3a2dd4763d8cb28c3c
-rw-r--r--gnu/packages/linux.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 0e29aae2bd..3583da37c2 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -606,7 +606,7 @@ 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.323")
+(define-public linux-libre-4.19-version "4.19.324")
(define-public linux-libre-4.19-gnu-revision "gnu1")
(define deblob-scripts-4.19
(linux-libre-deblob-scripts
@@ -616,7 +616,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
(base32 "048isws4h3lya8dwpwyhqglsjg9sckxk0gfsxdbqg336n5vi0gb1")))
(define-public linux-libre-4.19-pristine-source
(let ((version linux-libre-4.19-version)
- (hash (base32 "073akfd30bnk0r8hw1lywv2d7svslhfl5lx9zlkdhjf6p9gj3jgf")))
+ (hash (base32 "1rpzhx6zx7kav638m78fcqhw3igzggdcyc2r7ns8inh75nnl1qch")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-4.19)))