diff options
author | Mark H Weaver <mhw@netris.org> | 2019-05-02 22:48:26 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2019-05-02 22:48:26 -0400 |
commit | 4dc3f7c7dcdee013e273b513b0bfed80050c88f7 (patch) | |
tree | 57cbbe7c805a81c4267b562abfd95d384cc87ead | |
parent | e2474df6ee259ff225a2e5ca1d153d170e14c7a7 (diff) | |
download | patches-4dc3f7c7dcdee013e273b513b0bfed80050c88f7.tar patches-4dc3f7c7dcdee013e273b513b0bfed80050c88f7.tar.gz |
gnu: linux-libre@4.14: Update to 4.14.115.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.115.
(%linux-libre-4.14-hash): 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 904cee176a..88559a9dee 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -473,8 +473,8 @@ between the CDemu userspace daemon and linux kernel.") #:patches %linux-libre-4.19-patches #:configuration-file kernel-config)) -(define %linux-libre-4.14-version "4.14.114") -(define %linux-libre-4.14-hash "0hc6vk8wh6dlr8lbfd269n3drgbw2swfhlgqs9kl13104jrxqqv4") +(define %linux-libre-4.14-version "4.14.115") +(define %linux-libre-4.14-hash "0p848q0zmcpx7fnql6ygwx48szv70nr50p8w8f8ji1apbl1xxjvm") (define-public linux-libre-4.14 (make-linux-libre %linux-libre-4.14-version |