guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: dropbear: Update to 2016.73.


From: Leo Famulari
Subject: 01/01: gnu: dropbear: Update to 2016.73.
Date: Sat, 9 Jul 2016 23:38:56 +0000 (UTC)

lfam pushed a commit to branch master
in repository guix.

commit 1a6d3d2df7958341e2673e7a0132b2874eef22e9
Author: Leo Famulari <address@hidden>
Date:   Sat Jul 9 18:07:29 2016 -0400

    gnu: dropbear: Update to 2016.73.
    
    * gnu/packages/ssh.scm (dropbear): Update to 2016.73.
---
 gnu/packages/ssh.scm |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm
index b8f107b..c782d4d 100644
--- a/gnu/packages/ssh.scm
+++ b/gnu/packages/ssh.scm
@@ -337,7 +337,7 @@ especially over Wi-Fi, cellular, and long-distance links.")
 (define-public dropbear
   (package
     (name "dropbear")
-    (version "2016.72")
+    (version "2016.73")
     (source (origin
               (method url-fetch)
               (uri (string-append
@@ -345,7 +345,7 @@ especially over Wi-Fi, cellular, and long-distance links.")
                     name "-" version ".tar.bz2"))
               (sha256
                (base32
-                "10fnlaf6rm537v3rml1gnd58d42plv2q5cp7svbrysap69npc8wk"))))
+                "1mzg18jss1bsmcnn88zv7kv5yj01hzimndnd5636hfq9kgva8qaw"))))
     (build-system gnu-build-system)
     (arguments  `(#:tests? #f)) ; There is no "make check" or anything similar
     (inputs `(("zlib" ,zlib)))



reply via email to

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