diff options
author | Leo Famulari <leo@famulari.name> | 2023-03-14 08:24:41 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2023-03-15 19:35:18 -0400 |
commit | db08cceddedb08117af70f9d96e486ef31df58f2 (patch) | |
tree | 1ac08702d393eec7ccb44c494f67c8a0cf258c1e /gnu/packages/linux.scm | |
parent | 8d22cbf3a17cba3425e6cc5ee819c69af8aece36 (diff) | |
download | guix-db08cceddedb08117af70f9d96e486ef31df58f2.tar.gz |
gnu: linux-libre 5.4: Update to 5.4.236.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.236. (linux-libre-5.4-pristine-source): Update hash.
Diffstat (limited to 'gnu/packages/linux.scm')
-rw-r--r-- | gnu/packages/linux.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index a3c5200712..9339b2ef82 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -545,7 +545,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (%upstream-linux-source version hash) deblob-scripts-5.10))) -(define-public linux-libre-5.4-version "5.4.234") +(define-public linux-libre-5.4-version "5.4.236") (define-public linux-libre-5.4-gnu-revision "gnu1") (define deblob-scripts-5.4 (linux-libre-deblob-scripts @@ -555,7 +555,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (base32 "19yydaws3vfiz9qilg665q3lysf1hy9pzx0414dis01ikyd27qr2"))) (define-public linux-libre-5.4-pristine-source (let ((version linux-libre-5.4-version) - (hash (base32 "1489jnp4vb8p879hq1nx3xgyzjdwj1zalk3x4vcbnc9f7yrrrixc"))) + (hash (base32 "0la92nvqihg4284risb2ljsrdh8x4wy0dwc3wsyq09bgm7x95j6c"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-5.4))) |