diff options
| author | Leo Famulari <leo@famulari.name> | 2025-10-07 20:15:36 -0400 |
|---|---|---|
| committer | Leo Famulari <leo@famulari.name> | 2025-10-13 15:15:02 -0400 |
| commit | 9d19990ed0be0f33efcb7b31df02d1118b8952e2 (patch) | |
| tree | 53cf97fe0c671675c2181a9b937da02a5e2578d6 /gnu | |
| parent | 450293d58fa6fcd5ad54149840f9631e7d57cafc (diff) | |
gnu: linux-libre 6.1: Update to 6.1.155.
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.155.
(linux-libre-6.1-pristine-source): Update hash.
Change-Id: I2e70f2a08eab6ce03b542ac2771a3834e248e88b
Diffstat (limited to 'gnu')
| -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 d5e090e4a33..4d4b732afd1 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -576,7 +576,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (%upstream-linux-source version hash) deblob-scripts-6.6))) -(define-public linux-libre-6.1-version "6.1.154") +(define-public linux-libre-6.1-version "6.1.155") (define-public linux-libre-6.1-gnu-revision "gnu") (define deblob-scripts-6.1 (linux-libre-deblob-scripts @@ -586,7 +586,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (base32 "0f3jgbfd2j7sz7h1hb30s1r9147g1cbb3ia09k9834fvbiz1ihaa"))) (define-public linux-libre-6.1-pristine-source (let ((version linux-libre-6.1-version) - (hash (base32 "165im36dhnvhrfkn4x77ds6cgisn40d1cwxvxsci5lnhqf9bl6kg"))) + (hash (base32 "0wsw99h2jsrcx9fff59nqjx66l40vywj8qi3j6yvqpq8xsp8g4y2"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-6.1))) |
