guix-commits
[Top][All Lists]
Advanced

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

01/04: gnu: ath9k-htc-firmware: Update to 1.4.0.


From: Ludovic Courtès
Subject: 01/04: gnu: ath9k-htc-firmware: Update to 1.4.0.
Date: Fri, 04 Sep 2015 16:34:07 +0000

civodul pushed a commit to branch master
in repository guix.

commit 7c473310a17fe9373e4f0a5b691dede7ba67c25b
Author: Ludovic Courtès <address@hidden>
Date:   Fri Sep 4 17:37:46 2015 +0200

    gnu: ath9k-htc-firmware: Update to 1.4.0.
    
    * gnu/packages/firmware.scm (ath9k-htc-firmware): Update to 1.4.0.
---
 gnu/packages/firmware.scm |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/firmware.scm b/gnu/packages/firmware.scm
index bbd8368..97f2975 100644
--- a/gnu/packages/firmware.scm
+++ b/gnu/packages/firmware.scm
@@ -1,5 +1,5 @@
 ;;; GNU Guix --- Functional package management for GNU
-;;; Copyright © 2014 Ludovic Courtès <address@hidden>
+;;; Copyright © 2014, 2015 Ludovic Courtès <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -29,7 +29,7 @@
 (define-public ath9k-htc-firmware
   (package
     (name "ath9k-htc-firmware")
-    (version "1.3.2")
+    (version "1.4.0")
     (source (origin
               (method git-fetch)
               (uri (git-reference
@@ -37,7 +37,7 @@
                     (commit version)))
               (sha256
                (base32
-                "0dgqfp4cbky79vzjrdy3j462l8figymzrk2v0jalmmz3lkxw88ww"))
+                "16jbj8avg5jkgvq5lxm0hdxxn4c3zn7fx8b4nxllvr024apk9w23"))
               (patches (list (search-patch 
"ath9k-htc-firmware-objcopy.patch")))))
     (build-system gnu-build-system)
     (arguments



reply via email to

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