diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 7fad8ffb59..bfc52a263e 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -562,7 +562,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.139") +(define-public linux-libre-6.1-version "6.1.140") (define-public linux-libre-6.1-gnu-revision "gnu") (define deblob-scripts-6.1 (linux-libre-deblob-scripts @@ -572,7 +572,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (base32 "0kz3z4jjag5xjn5scp72is0f6ql550z6xixydc370qmvp8aswxix"))) (define-public linux-libre-6.1-pristine-source (let ((version linux-libre-6.1-version) - (hash (base32 "064zzk7kwkq7i5160s0alzkz16pp89wcq07s9jhzhv4bxvgzyspn"))) + (hash (base32 "0x7b856hxmli8qnkps9x62q8sca101v4sfwjqgivzxvprb5gjyap"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-6.1)))