diff options
| author | Wilko Meyer <w@wmeyer.eu> | 2026-03-29 14:28:42 +0200 |
|---|---|---|
| committer | Vagrant Cascadian <vagrant@debian.org> | 2026-04-02 12:51:37 -0700 |
| commit | 25e07a0c6a0bd105f9b771434f2305650ec9d3ea (patch) | |
| tree | 949ef7e067fa027ad3d60c5c41c90039f0cd9b1f /gnu/packages/linux.scm | |
| parent | 8c01fd3b6fc60a44d5fa72b391f40f1e7a6151d4 (diff) | |
gnu: linux-libre 6.1: Update to 6.1.167.
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.167.
(linux-libre-6.1-pristine-source): Update hash.
(deblob-scripts-6.1): Update deblob-check hash.
Change-Id: I1f580420fcba5cdee6e0b8b67de0172fdc0024a8
Diffstat (limited to 'gnu/packages/linux.scm')
| -rw-r--r-- | gnu/packages/linux.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index eb8e5624bb3..6621dfd901d 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm | |||
| @@ -595,17 +595,17 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." | |||
| 595 | (%upstream-linux-source version hash) | 595 | (%upstream-linux-source version hash) |
| 596 | deblob-scripts-6.6))) | 596 | deblob-scripts-6.6))) |
| 597 | 597 | ||
| 598 | (define-public linux-libre-6.1-version "6.1.166") | 598 | (define-public linux-libre-6.1-version "6.1.167") |
| 599 | (define-public linux-libre-6.1-gnu-revision "gnu") | 599 | (define-public linux-libre-6.1-gnu-revision "gnu") |
| 600 | (define deblob-scripts-6.1 | 600 | (define deblob-scripts-6.1 |
| 601 | (linux-libre-deblob-scripts | 601 | (linux-libre-deblob-scripts |
| 602 | linux-libre-6.1-version | 602 | linux-libre-6.1-version |
| 603 | linux-libre-6.1-gnu-revision | 603 | linux-libre-6.1-gnu-revision |
| 604 | (base32 "10gcbkd5jxfspa712kvb3qmsjgsapd9cz47pmpfk03bbfzf8ydlv") | 604 | (base32 "10gcbkd5jxfspa712kvb3qmsjgsapd9cz47pmpfk03bbfzf8ydlv") |
| 605 | (base32 "1jiwwl5sgpc16x0v6phbknv94mc46gvwgc2z8s4pdgn4j54yrd8v"))) | 605 | (base32 "1w5pfws6l39dpc3lzazs1n6r4m96f6rdf6vb2scy5fhmrd933ldc"))) |
| 606 | (define-public linux-libre-6.1-pristine-source | 606 | (define-public linux-libre-6.1-pristine-source |
| 607 | (let ((version linux-libre-6.1-version) | 607 | (let ((version linux-libre-6.1-version) |
| 608 | (hash (base32 "0jcl12gjlfdf9pwqg1m84rzwnrj3grxxgk5blrq8zlaq45sgr3c1"))) | 608 | (hash (base32 "1jwqwp2fg3wdsh9w663rbnbv1rvsvksv1pj4bzns8swp0wy0a618"))) |
| 609 | (make-linux-libre-source version | 609 | (make-linux-libre-source version |
| 610 | (%upstream-linux-source version hash) | 610 | (%upstream-linux-source version hash) |
| 611 | deblob-scripts-6.1))) | 611 | deblob-scripts-6.1))) |
