summaryrefslogtreecommitdiff
path: root/gnu/packages
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2023-08-27 17:56:57 -0400
committerLeo Famulari <leo@famulari.name>2023-07-23 22:26:10 -0400
commit0c47e8bf2b8dc8d97686df57feddcc11f155c8e0 (patch)
treee75ae71a8f59d6459f8097c746d659c2d7ec3274 /gnu/packages
parent8059a3f654d896d7d5ad37af77a96ee4e2531590 (diff)
gnu: linux-libre 5.10: Update to 5.10.192.
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.192. (linux-libre-5.10-pristine-source, deblob-scripts-5.10): Update hashes.
Diffstat (limited to 'gnu/packages')
-rw-r--r--gnu/packages/linux.scm6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index a8786c1367d..9142f6edf18 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -536,17 +536,17 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS."
536 (%upstream-linux-source version hash) 536 (%upstream-linux-source version hash)
537 deblob-scripts-5.15))) 537 deblob-scripts-5.15)))
538 538
539(define-public linux-libre-5.10-version "5.10.191") 539(define-public linux-libre-5.10-version "5.10.192")
540(define-public linux-libre-5.10-gnu-revision "gnu1") 540(define-public linux-libre-5.10-gnu-revision "gnu1")
541(define deblob-scripts-5.10 541(define deblob-scripts-5.10
542 (linux-libre-deblob-scripts 542 (linux-libre-deblob-scripts
543 linux-libre-5.10-version 543 linux-libre-5.10-version
544 linux-libre-5.10-gnu-revision 544 linux-libre-5.10-gnu-revision
545 (base32 "0hirc87hgyy9qhgiipp5iahmdk4wwhiml6rp1naphz9d1vw3kb35") 545 (base32 "1b33rkn32b923025iiz4xzxiy8y5ii9j5qk4021mg575890rl4ch")
546 (base32 "0nnp46mn32yk436swd2qh34igmzinfgkwvbzp3lqyy45f06hbc2j"))) 546 (base32 "0nnp46mn32yk436swd2qh34igmzinfgkwvbzp3lqyy45f06hbc2j")))
547(define-public linux-libre-5.10-pristine-source 547(define-public linux-libre-5.10-pristine-source
548 (let ((version linux-libre-5.10-version) 548 (let ((version linux-libre-5.10-version)
549 (hash (base32 "1hk2x5dgvfq9v6161v25wz5qpzgyvqbx34xbm7ww8z4ish76cm6b"))) 549 (hash (base32 "1fdmn38l3hilpqwjl2sr28rjpr2k3jxd3nxs54j162p5avp123f4")))
550 (make-linux-libre-source version 550 (make-linux-libre-source version
551 (%upstream-linux-source version hash) 551 (%upstream-linux-source version hash)
552 deblob-scripts-5.10))) 552 deblob-scripts-5.10)))