diff options
author | Mark H Weaver <mhw@netris.org> | 2020-06-24 21:08:00 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2020-06-24 21:08:00 -0400 |
commit | ea843f77425ffcb82543a51b71142cb4db45eaff (patch) | |
tree | 2713532e384538303136950260384fd2d8e7f816 /gnu | |
parent | d566f533b189d7b45b4a6dbc81aa837126a29b89 (diff) | |
download | guix-ea843f77425ffcb82543a51b71142cb4db45eaff.tar.gz |
gnu: linux-libre: Update to 5.4.49.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.49. (linux-libre-5.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 08cd12121d..45012ff01c 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -379,10 +379,10 @@ corresponding UPSTREAM-SOURCE (an origin), using the given DEBLOB-SCRIPTS." (%upstream-linux-source version hash) deblob-scripts-5.7))) -(define-public linux-libre-5.4-version "5.4.48") +(define-public linux-libre-5.4-version "5.4.49") (define-public linux-libre-5.4-pristine-source (let ((version linux-libre-5.4-version) - (hash (base32 "0lqxryxn0bfly337ddhl7m7qdwblxg8i1fsl8v9i9h84rnpxs85z"))) + (hash (base32 "0g2psjf2q10mfc3vv6brjn6s2nkg73ll1s04gpshw907d9irpn2m"))) (make-linux-libre-source version (%upstream-linux-source version hash) deblob-scripts-5.4))) |