aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDariqq <dariqq@posteo.net>2024-12-09 21:40:45 +0000
committerLeo Famulari <leo@famulari.name>2024-12-10 19:48:38 -0500
commit68d3c1adcb4d2667ad053aacf5b2ab6602377475 (patch)
treebd50a6873ef81268844769b6667fbb0e2a70667e
parent04ccc74bb9d295d4ac5fc936d04f2f989ea46337 (diff)
downloadguix-68d3c1adcb4d2667ad053aacf5b2ab6602377475.tar.gz
guix-68d3c1adcb4d2667ad053aacf5b2ab6602377475.zip
gnu: linux-libre-4.19: Update to 4.19.325.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.325. (linux-libre-4.19-pristine-source): Update hash. Change-Id: Ic8b7510dff1e5d65540bc65fb8f41e12e82cb500 Signed-off-by: Leo Famulari <leo@famulari.name>
-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 82238ddd94..b19ea6220f 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -607,7 +607,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.324")
+(define-public linux-libre-4.19-version "4.19.325")
(define-public linux-libre-4.19-gnu-revision "gnu1")
(define deblob-scripts-4.19
(linux-libre-deblob-scripts
@@ -617,7 +617,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 "1rpzhx6zx7kav638m78fcqhw3igzggdcyc2r7ns8inh75nnl1qch")))
+ (hash (base32 "1qcd1rrv96p9iz9a9qpx3b9rm2jyps6sgj7l7m21m8ydwmyysyv0")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-4.19)))