diff options
author | Mark H Weaver <mhw@netris.org> | 2019-10-30 02:43:55 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-10-30 02:43:55 -0400 |
commit | 6e5bc87ced7e34ea0e771c6bd7b7b4f86917fd4f (patch) | |
tree | 140a2c8925aafc38b9d7817c60f00c0824ea8afd | |
parent | 9110ee4c5779069184d0e91054365f02f5e93cc5 (diff) | |
download | patches-6e5bc87ced7e34ea0e771c6bd7b7b4f86917fd4f.tar patches-6e5bc87ced7e34ea0e771c6bd7b7b4f86917fd4f.tar.gz |
gnu: linux-libre@4.4: Update to 4.4.198.
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.198.
(linux-libre-4.4-pristine-source): Update hash.
-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 e1e40e2cfc..220c9989f9 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -383,10 +383,10 @@ 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.197") +(define-public linux-libre-4.4-version "4.4.198") (define-public linux-libre-4.4-pristine-source (let ((version linux-libre-4.4-version) - (hash (base32 "0ypfl1q1bdbk81hk0bm8a0grqzz4z5rp7z7asa3191ji3r8q9x4w"))) + (hash (base32 "04pkryy1lc75c88vq5wcjjcxs43i7bb8hhplbfi6s204ipc0iy7c"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-4.4))) |