summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2025-09-11 22:02:33 -0400
committerLeo Famulari <leo@famulari.name>2025-09-13 14:57:18 -0400
commit2e7094b1bf57093872ee8922694a05d1faf46875 (patch)
tree09c446ae49678968e66903770a21dd1fdf9f1947 /gnu
parent6ff5d29df492068c9c960d0c8b0632f8169372e9 (diff)
gnu: linux-libre 5.15: Update to 5.15.193.
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.193. (linux-libre-5.15-pristine-source): Update hash. Change-Id: I9f383afbb52c5b30984d4ea9f24d3964b8fcc930
Diffstat (limited to 'gnu')
-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 b45cb9cb2ba..602116ad3a1 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -605,7 +605,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
(%upstream-linux-source version hash)
deblob-scripts-6.1)))
-(define-public linux-libre-5.15-version "5.15.191")
+(define-public linux-libre-5.15-version "5.15.193")
(define-public linux-libre-5.15-gnu-revision "gnu")
(define deblob-scripts-5.15
(linux-libre-deblob-scripts
@@ -615,7 +615,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
(base32 "0rg65s6kd9gxxa3wl6180pr39rb6zbcicwjik4kygs2ns0247y56")))
(define-public linux-libre-5.15-pristine-source
(let ((version linux-libre-5.15-version)
- (hash (base32 "0kljdv2fmg7qa5lqgdzx30rbnabw963w4k10jzsbdvd36jnb6bbs")))
+ (hash (base32 "168ymh51hm0l6pd9g2kc33ji28gznc25rwzj7rvhnw82z79640n7")))
(make-linux-libre-source version
(%upstream-linux-source version hash)
deblob-scripts-5.15)))