diff options
| author | Leo Famulari <leo@famulari.name> | 2025-10-19 23:07:11 -0400 |
|---|---|---|
| committer | Leo Famulari <leo@famulari.name> | 2025-10-25 21:10:50 -0400 |
| commit | c846cdcdeaa8b8e794f48097a806d0ab2e83d1b5 (patch) | |
| tree | 3ba72674c56850a28ac0eb127b025acdffb5ec33 /gnu/packages/linux.scm | |
| parent | 4765bb127f6ad634792a91c494a9dbf375e10a4d (diff) | |
gnu: linux-libre 5.15: Update to 5.15.195.
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.195.
(linux-libre-5.15-pristine-source): Update hash.
Change-Id: Ia428b59e05366db1d0341e6dc3916e135707cdcb
Diffstat (limited to 'gnu/packages/linux.scm')
| -rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index ae7afddbad1..7f677e825de 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -593,7 +593,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.194") +(define-public linux-libre-5.15-version "5.15.195") (define-public linux-libre-5.15-gnu-revision "gnu") (define deblob-scripts-5.15 (linux-libre-deblob-scripts @@ -603,7 +603,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 "0zi6ihvjmaf940arnc7jjvdqrjf3cvkc9mqc8n24dz85vam6z39l"))) + (hash (base32 "0hd4p76qv29zlr0iik4j9y9qynyqisk6bgfiqcwkk7gr6bf81l13"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-5.15))) |
