summaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2026-08-20 10:30:08 -0700
committerVagrant Cascadian <vagrant@debian.org>2026-08-27 00:04:50 -0700
commit925858a17b63b33912dd03d32ed4682b398ca547 (patch)
treea19f7076178388c74b4705157d50851f59e2c620 /gnu/packages/linux.scm
parentf9448a6312b753e821f3d99d5db3207a70aac869 (diff)
gnu: linux-libre 6.1: Update to 6.1.183.
* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.183. (linux-libre-6.1-pristine-source): Update hash.
Diffstat (limited to 'gnu/packages/linux.scm')
-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 42139ddd47c..f3858f801f7 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -614,7 +614,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
614 (%upstream-linux-source version hash) 614 (%upstream-linux-source version hash)
615 deblob-scripts-6.6))) 615 deblob-scripts-6.6)))
616 616
617(define-public linux-libre-6.1-version "6.1.180") 617(define-public linux-libre-6.1-version "6.1.183")
618(define-public linux-libre-6.1-gnu-revision "gnu") 618(define-public linux-libre-6.1-gnu-revision "gnu")
619(define deblob-scripts-6.1 619(define deblob-scripts-6.1
620 (linux-libre-deblob-scripts 620 (linux-libre-deblob-scripts
@@ -624,7 +624,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
624 (base32 "1w5pfws6l39dpc3lzazs1n6r4m96f6rdf6vb2scy5fhmrd933ldc"))) 624 (base32 "1w5pfws6l39dpc3lzazs1n6r4m96f6rdf6vb2scy5fhmrd933ldc")))
625(define-public linux-libre-6.1-pristine-source 625(define-public linux-libre-6.1-pristine-source
626 (let ((version linux-libre-6.1-version) 626 (let ((version linux-libre-6.1-version)
627 (hash (base32 "0spql1ybfr879wl35rfd2nwlzirvp5chi6gl1d6zqp5mb4bn03jg"))) 627 (hash (base32 "1qn0zw987amv77h7pj9rkc852haw783fxvqscp71bi1q97z0fb9n")))
628 (make-linux-libre-source version 628 (make-linux-libre-source version
629 (%upstream-linux-source version hash) 629 (%upstream-linux-source version hash)
630 deblob-scripts-6.1))) 630 deblob-scripts-6.1)))