guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: sunxi-tools: Update to 1.4.2.


From: Leo Famulari
Subject: 01/01: gnu: sunxi-tools: Update to 1.4.2.
Date: Sun, 11 Dec 2016 19:14:43 +0000 (UTC)

lfam pushed a commit to branch master
in repository guix.

commit 0c6fc4b7e5984ae1d63ea2ba9c7c2f5b35895574
Author: Danny Milosavljevic <address@hidden>
Date:   Sun Dec 11 18:16:18 2016 +0100

    gnu: sunxi-tools: Update to 1.4.2.
    
    * gnu/packages/admin.scm (sunxi-tools): Update to 1.4.2.
    
    Signed-off-by: Leo Famulari <address@hidden>
---
 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 2079bf9..69c04dc 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -1865,14 +1865,14 @@ Kerberos and Heimdal and FAST is supported with recent 
MIT Kerberos.")
 (define-public sunxi-tools
   (package
     (name "sunxi-tools")
-    (version "1.4.1")
+    (version "1.4.2")
     (source
      (origin
        (method url-fetch)
        (uri (string-append "https://github.com/linux-sunxi/";
                            "sunxi-tools/archive/v" version ".tar.gz"))
        (sha256
-        (base32 "06qd2b4dlzbmzfy4q9n8v5rkkbmgcfdbv4nkkcp4nysi10k7cpfs"))
+        (base32 "08iqwj95qw2s7ilhrdi2lkbc8dx64zk5lzz1qk587jr0lla81x41"))
        (modules '((guix build utils)))
        (snippet
         ;; Remove binaries contained in the tarball which are only for the



reply via email to

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