diff options
author | Mark H Weaver <mhw@netris.org> | 2019-11-12 20:47:00 -0500 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-11-12 20:47:00 -0500 |
commit | d8048dbe507757dca5af2b9f78d4ade7e81d764a (patch) | |
tree | ddeee13bff5f7a5c6d8ce3a6d6f51706890e599d /gnu/packages/linux.scm | |
parent | fbe217ce4e204e4b4e89bc963713eff71a2cd54f (diff) | |
download | patches-d8048dbe507757dca5af2b9f78d4ade7e81d764a.tar patches-d8048dbe507757dca5af2b9f78d4ade7e81d764a.tar.gz |
gnu: linux-libre: Update to 5.3.11.
* gnu/packages/linux.scm (linux-libre-5.3-version): Update to 5.3.11.
(linux-libre-5.3-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 c5edfd404e..dd3640e6a8 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -351,10 +351,10 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." "linux-" version ".tar.xz")) (sha256 hash))) -(define-public linux-libre-5.3-version "5.3.10") +(define-public linux-libre-5.3-version "5.3.11") (define-public linux-libre-5.3-pristine-source (let ((version linux-libre-5.3-version) - (hash (base32 "08ls1nb0yw6apbx219wj4ax8mw57fjcp0496k2sz5sxhiywf0ql1"))) + (hash (base32 "1dxfh0l4inpjd17pyxfsskjsphs43r8lg6nhhr3y4whxdna5cwbf"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-5.3))) |