guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/06: gnu: hostapd: Update to 2.9.


From: guix-commits
Subject: 03/06: gnu: hostapd: Update to 2.9.
Date: Sat, 30 Nov 2019 21:14:18 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit f5bfaf32f6084be6c2da5dfe2e661e6755fba93f
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Dec 1 02:36:38 2019 +0100

    gnu: hostapd: Update to 2.9.
    
    * gnu/packages/admin.scm (hostapd): Update to 2.9.
---
 gnu/packages/admin.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index 5a135c5..57c9053 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1442,14 +1442,14 @@ command.")
 (define-public hostapd
   (package
     (name "hostapd")
-    (version "2.8")
+    (version "2.9")
     (source (origin
               (method url-fetch)
               (uri (string-append "https://w1.fi/releases/hostapd-"; version
                                   ".tar.gz"))
               (sha256
                (base32
-                "1c74rrazkhy4lr7pwgwa2igzca7h9l4brrs7672kiv7fwqmm57wj"))))
+                "1mrbvg4v7vm7mknf0n29mf88k3s4a4qj6r4d51wq8hmjj1m7s7c8"))))
     (build-system gnu-build-system)
     (arguments
      '(#:phases



reply via email to

[Prev in Thread] Current Thread [Next in Thread]