summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorLeo Famulari <leo@famulari.name>2021-03-25 17:33:40 -0400
committerLeo Famulari <leo@famulari.name>2021-04-14 17:06:37 -0400
commitab616d44a1bc04b8b70d4e18ebf44075f040c482 (patch)
tree5062139c2f8d7426dab4d3115e17a558aaf57461 /gnu
parentafe0142e04c2257a22191ba3210fffc6dc54e28b (diff)
downloadguix-ab616d44a1bc04b8b70d4e18ebf44075f040c482.tar.gz
gnu: wireless-regdb: Update to 2020.11.20.
* gnu/packages/linux.scm (wireless-regdb): Update to 2020.11.20.
[description]: Correct the description.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/linux.scm8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index ce6b17145c..b1212a3821 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -3907,7 +3907,7 @@ compliance.")
 (define-public wireless-regdb
   (package
     (name "wireless-regdb")
-    (version "2020.04.29")
+    (version "2020.11.20")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -3915,7 +3915,7 @@ compliance.")
                     "wireless-regdb-" version ".tar.xz"))
               (sha256
                (base32
-                "0yicda474ygahv8da18h1p4yf42s6x2f208mlwcw4xsrxld07zc9"))
+                "0liagyi6ppf5w474qk9j4jz5gbvvn8mc8al1dq4b1xrgv28485ml"))
 
               ;; We're building 'regulatory.bin' by ourselves.
               (snippet '(begin
@@ -3969,8 +3969,8 @@ compliance.")
      "https://wireless.wiki.kernel.org/en/developers/regulatory/wireless-regdb")
     (synopsis "Wireless regulatory database")
     (description
-     "This package contains the wireless regulatory database Central
-Regulatory Database Agent (CRDA) daemon.  The database contains information on
+     "This package contains the wireless regulatory database for the Central
+Regulatory Database Agent (CRDA).  The database contains information on
 country-specific regulations for the wireless spectrum.")
     (license license:isc)))