diff options
author | Leo Famulari <leo@famulari.name> | 2021-09-06 13:21:08 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2021-09-06 22:16:33 -0400 |
commit | adb520b1fbb1ef5743fa233c1cf9b0f08e1c85d6 (patch) | |
tree | 747555c21b52eac3ce96af1bd3b4118fdd57bdb1 | |
parent | ec51a3370767c4f966978ef94150cd1dd6942e41 (diff) | |
download | guix-adb520b1fbb1ef5743fa233c1cf9b0f08e1c85d6.tar.gz guix-adb520b1fbb1ef5743fa233c1cf9b0f08e1c85d6.zip |
gnu: linux-libre 4.19: Update to 4.19.206.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.206.
(linux-libre-4.19-gnu-revision): Update to gnu1.
(linux-libre-4.19-pristine-source, deblob-scripts): Update hashes.
-rw-r--r-- | gnu/packages/linux.scm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index b3a58c3c53..1ae2ca1452 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -405,17 +405,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.205") -(define-public linux-libre-4.19-gnu-revision "gnu") +(define-public linux-libre-4.19-version "4.19.206") +(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 "1jfcz4lnm44b3xzrkiipvw35kl0vvdvhr2pg7jfwf02f6qbvay18") - (base32 "1jiaw0as1ippkrjdpd52657w5mz9qczg3y2hlra7m9k0xawwiqlf"))) + (base32 "1hiaagdyfy6b0f9ivdy7zq0cd6akaj6v3c4nzikrgsk12vgc1a1q") + (base32 "1a0k9i8gnzkyvfr80f8xw2fnxfwddhz1pzicz9fh0y3jzzkzk45p"))) (define-public linux-libre-4.19-pristine-source (let ((version linux-libre-4.19-version) - (hash (base32 "1ii9l44d6jxhyd5qkc5h83ixailma9v7hyl60wi3rskkafqnwv2m"))) + (hash (base32 "1h44lvzxd0cngj71bk8qba9dz7jlqj68ir6xjwfafglb81ppgsxp"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-4.19))) |