mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 14:47:20 +01:00
gnu: wireless-regdb: Update to 2016.05.02.
* gnu/packages/linux.scm (wireless-regdb): Update to 2016.05.02.
This commit is contained in:
parent
2f9e312a39
commit
9a12ca7771
1 changed files with 2 additions and 2 deletions
|
@ -1813,7 +1813,7 @@ (define-public crda
|
|||
(define-public wireless-regdb
|
||||
(package
|
||||
(name "wireless-regdb")
|
||||
(version "2015.04.06")
|
||||
(version "2016.05.02")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append
|
||||
|
@ -1821,7 +1821,7 @@ (define-public wireless-regdb
|
|||
"wireless-regdb-" version ".tar.xz"))
|
||||
(sha256
|
||||
(base32
|
||||
"0czi83k311fp27z42hxjm8vi88fsbc23mhavv96lkb4pmari0jjc"))
|
||||
"07n6gcwfbddz3awbdflv3dhxjszsqq2lrdwih0a0ahcliac4qry9"))
|
||||
|
||||
;; We're building 'regulatory.bin' by ourselves.
|
||||
(snippet '(delete-file "regulatory.bin"))))
|
||||
|
|
Loading…
Reference in a new issue