From a70782d37b29c1af0cff5829027a242eaaa4453e Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Tue, 14 Mar 2017 01:54:17 -0400 Subject: gnu: wireless-regdb: Update to 2017.03.07. * gnu/packages/linux.scm (wireless-regdb): Update to 2017.03.07. --- gnu/packages/linux.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/linux.scm') diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 93994f2a30..00db09152e 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -2001,7 +2001,7 @@ compliance.") (define-public wireless-regdb (package (name "wireless-regdb") - (version "2016.06.10") + (version "2017.03.07") (source (origin (method url-fetch) (uri (string-append @@ -2009,7 +2009,7 @@ compliance.") "wireless-regdb-" version ".tar.xz")) (sha256 (base32 - "1dxqy7a7zpzya30ff00s8k1qgrlndrwys99gc0r8yg0vab1z3vfg")) + "1f9mcp78sdd4sci6v32vxfcl1rfjpv205jisz1p93kkfnaisy7ip")) ;; We're building 'regulatory.bin' by ourselves. (snippet '(delete-file "regulatory.bin")))) -- cgit v1.2.3 From 9b05ccfedd9945ca09103e1e9557d5988b4815d5 Mon Sep 17 00:00:00 2001 From: Leo Famulari Date: Tue, 14 Mar 2017 12:54:53 -0400 Subject: gnu: linux-libre@4.1: Update to 4.1.39. * gnu/packages/linux.scm (linux-libre-4.1): Update to 4.1.39. --- gnu/packages/linux.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gnu/packages/linux.scm') diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm index 00db09152e..28440297e0 100644 --- a/gnu/packages/linux.scm +++ b/gnu/packages/linux.scm @@ -360,8 +360,8 @@ It has been modified to remove all non-free binary blobs.") #:configuration-file kernel-config)) (define-public linux-libre-4.1 - (make-linux-libre "4.1.38" - "165kmzglhg63hn7y4q7r6cb2dpsljxiq1czvgyx0bkd1vd2bcvsa" + (make-linux-libre "4.1.39" + "06pb3zpkfkc7pb7yh537vvzn8i9nhqyx58kqxv0wq23b4hhpza7d" %intel-compatible-systems #:configuration-file kernel-config #:patches -- cgit v1.2.3