diff options
author | Leo Famulari <leo@famulari.name> | 2023-05-17 11:34:56 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2023-05-18 14:17:59 -0400 |
commit | fd921cea6c040eb4c0951bb5363259a37efccb8d (patch) | |
tree | 70fa7f26f6a235c1d19260f303f2135177c5fb2b | |
parent | 9581fc257ad6f865c230f3d89ee4218e2a634f96 (diff) | |
download | guix-fd921cea6c040eb4c0951bb5363259a37efccb8d.tar.gz |
gnu: linux-libre 4.19: Update to 4.19.283.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.283. (linux-libre-4.19-pristine-source, deblob-scripts-4.19): Update hashes.
-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 6bda30ee15..b6579c99a7 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -578,17 +578,17 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (%upstream-linux-source version hash) deblob-scripts-5.4))) -(define-public linux-libre-4.19-version "4.19.282") +(define-public linux-libre-4.19-version "4.19.283") (define-public linux-libre-4.19-gnu-revision "gnu1") (define deblob-scripts-4.19 (linux-libre-deblob-scripts linux-libre-4.19-version linux-libre-4.19-gnu-revision (base32 "06pqv050bkii0hc2v7ymny5264w1bca8db0dp1pw9mfmjg865am5") - (base32 "1q0fgpbdwc21wj9wnjjb49dp84ch6ymd5na3iaabadwjs2nmb6bd"))) + (base32 "05yqb59gj7mq5ha9xg045bz517sdg6janfa2yjq70qa6ahpc5fac"))) (define-public linux-libre-4.19-pristine-source (let ((version linux-libre-4.19-version) - (hash (base32 "02z20879xl4ya957by1p35vi1a7myzxwiqd9cnvm541sgnci99a3"))) + (hash (base32 "1x2irhiv20aq2mrgqyz18d147shbmghwfxq4qi0sv5vc1k91cwq4"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-4.19))) |