guix-commits
[Top][All Lists]
Advanced

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

02/05: gnu: sshoot: Update to 1.2.6.


From: Tobias Geerinckx-Rice
Subject: 02/05: gnu: sshoot: Update to 1.2.6.
Date: Thu, 3 Aug 2017 23:00:37 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 3b4018d6f212b19ab06a759118a025dfc8461f3a
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Fri Aug 4 04:20:04 2017 +0200

    gnu: sshoot: Update to 1.2.6.
    
    * gnu/packages/vpn.scm (sshoot): Update to 1.2.6.
    [home-page]: Update to new project home.
---
 gnu/packages/vpn.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/vpn.scm b/gnu/packages/vpn.scm
index aec8c18..61ebf0d 100644
--- a/gnu/packages/vpn.scm
+++ b/gnu/packages/vpn.scm
@@ -239,14 +239,14 @@ DNS domain name queries.")
 (define-public sshoot
   (package
     (name "sshoot")
-    (version "1.2.5")
+    (version "1.2.6")
     (source
      (origin
        (method url-fetch)
        (uri (pypi-uri name version))
        (sha256
         (base32
-         "0a92lk8790dpp9j64vb6p4sazax0x3nby01lnfll7mxs1hx6n27q"))))
+         "1ccgh0hjyxrwkgy3hnxz3hgbjbs0lmfs25d5l5jam0xbpcpj63h0"))))
     (build-system python-build-system)
     (arguments
      '(#:phases
@@ -265,7 +265,7 @@ DNS domain name queries.")
      `(("python-fixtures" ,python-fixtures)
        ("python-pbr" ,python-pbr)
        ("python-testtools" ,python-testtools)))
-    (home-page "https://bitbucket.org/ack/sshoot";)
+    (home-page "https://github.com/albertodonato/sshoot";)
     (synopsis "sshuttle VPN session manager")
     (description "sshoot provides a command-line interface to manage multiple
 @command{sshuttle} virtual private networks.  It supports flexible profiles



reply via email to

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