diff options
author | Leo Famulari <leo@famulari.name> | 2021-10-17 20:07:33 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2021-10-18 14:05:56 -0400 |
commit | 757f566b039d4a01d2acc5fb941a61598bab0cec (patch) | |
tree | 563b2dd609a057427df4f923e2ee957f51115d7f /gnu | |
parent | f2efac52b3a71cedf870ddba526c2d889b1a2dee (diff) | |
download | guix-757f566b039d4a01d2acc5fb941a61598bab0cec.tar.gz guix-757f566b039d4a01d2acc5fb941a61598bab0cec.zip |
gnu: linux-libre 4.4: Update to 4.4.289.
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.289.
(linux-libre-4.4-pristine-source): Update hash.
Diffstat (limited to 'gnu')
-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 c424eee1fa..37cc427e56 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -439,7 +439,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (%upstream-linux-source version hash) deblob-scripts-4.9))) -(define-public linux-libre-4.4-version "4.4.288") +(define-public linux-libre-4.4-version "4.4.289") (define-public linux-libre-4.4-gnu-revision "gnu1") (define deblob-scripts-4.4 (linux-libre-deblob-scripts @@ -449,7 +449,7 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (base32 "1a0k9i8gnzkyvfr80f8xw2fnxfwddhz1pzicz9fh0y3jzzkzk45p"))) (define-public linux-libre-4.4-pristine-source (let ((version linux-libre-4.4-version) - (hash (base32 "028w3yzmzymy7l1nf3n1pfbg95hfi4ilphkyl00ddgj8sfm542c7"))) + (hash (base32 "1g77kf0yzwvpdxs3kw7wdvb07mmk3zm6ydjcw5dnsza8q2inl69k"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-4.4))) |