diff options
author | Leo Famulari <leo@famulari.name> | 2017-02-16 21:31:49 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-02-17 08:54:57 -0500 |
commit | bef7a9a30541e4e4c21099d05063787c13cb135e (patch) | |
tree | 80f09e84924fa65bf44ed4d0244e36a52935ec1d /gnu | |
parent | 9e276ebb8c0aa48f77070a101d325acc96c828c4 (diff) | |
download | patches-bef7a9a30541e4e4c21099d05063787c13cb135e.tar patches-bef7a9a30541e4e4c21099d05063787c13cb135e.tar.gz |
gnu: linux-libre@4.4: Update to 4.4.49.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.49.
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 8ae8c21e95..fcbd93254e 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -348,8 +348,8 @@ It has been modified to remove all non-free binary blobs.") #:configuration-file kernel-config)) (define-public linux-libre-4.4 - (make-linux-libre "4.4.48" - "0g7ram0b5b7p0c6v5m5im6m5pwa348mhkhf67rs036lzvcw1bvyk" + (make-linux-libre "4.4.49" + "0jn4hx4fjw09kw2cv0nx17d3jv9qisabw5mj1ann1fs52w40719q" %intel-compatible-systems #:configuration-file kernel-config)) |