diff options
author | Leo Famulari <leo@famulari.name> | 2023-01-05 19:58:29 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2023-01-07 14:15:25 -0500 |
commit | 2a7e8782538692ea5b018ec9f2564e5b1df82141 (patch) | |
tree | fada7c77a90650a5a66e6fc26a58654bc1f287f2 /gnu/packages | |
parent | ea64560daf935bf5e717dfb504c39168301ac121 (diff) |
gnu: linux-libre 6.0: Update to 6.0.17.
* gnu/packages/linux.scm (linux-libre-6.0-version): Update to 6.0.17.
(linux-libre-6.0-pristine-source): Update hash.
Diffstat (limited to 'gnu/packages')
-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 7dbcf8624c..6f2e1926ce 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -495,7 +495,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (%upstream-linux-source version hash) deblob-scripts-6.1))) -(define-public linux-libre-6.0-version "6.0.16") +(define-public linux-libre-6.0-version "6.0.17") (define-public linux-libre-6.0-gnu-revision "gnu") (define deblob-scripts-6.0 (linux-libre-deblob-scripts @@ -505,7 +505,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (base32 "16g2bin3xay30zfss1vlb7pwcss5giaxaksp4v1gk05wn51wjrqr"))) (define-public linux-libre-6.0-pristine-source (let ((version linux-libre-6.0-version) - (hash (base32 "1r2wf3hf7yxl7lxma7plyi8pk3dmlsrpm763rf0g1h8ilsy72844"))) + (hash (base32 "020xrv9449gd0jnfgi0sb69bgs2p9sd49dghmd3bnnal584r5vm7"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-6.0))) |