guix-commits
[Top][All Lists]
Advanced

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

03/03: gnu: onionshare: Update to 1.3.2.


From: guix-commits
Subject: 03/03: gnu: onionshare: Update to 1.3.2.
Date: Sun, 17 Feb 2019 19:54:07 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit b6dc6aca7dc0fa8e22bea04e70c85016152edf0e
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sun Feb 17 20:39:49 2019 +0100

    gnu: onionshare: Update to 1.3.2.
    
    * gnu/packages/tor.scm (onionshare): Update to 1.3.2.
---
 gnu/packages/tor.scm | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/tor.scm b/gnu/packages/tor.scm
index ec86d7d..c5346e0 100644
--- a/gnu/packages/tor.scm
+++ b/gnu/packages/tor.scm
@@ -160,7 +160,7 @@ networks.")
 (define-public onionshare
   (package
     (name "onionshare")
-    (version "1.3.1")
+    (version "1.3.2")
     (source
       (origin
         (method git-fetch)
@@ -169,8 +169,7 @@ networks.")
               (commit (string-append "v" version))))
         (file-name (git-file-name name version))
         (sha256
-         (base32
-          "02zic4cxwrcfdg22dq9c2rzni3l18wynjxd38scc59s37vlw7w2r"))))
+         (base32 "19zrz9kh7k4pdk4lh3cm0kv02ngdqkrggwma1xdskrrmp2rjkgz7"))))
     (build-system python-build-system)
     (arguments
      `(#:phases
@@ -182,7 +181,7 @@ networks.")
                (substitute* '("setup.py" "onionshare/common.py")
                  (("sys.prefix,") (string-append "'" out "',")))
                (substitute* "setup.py"
-                 ;; for the nautilus plugin
+                 ;; For the nautilus plugin.
                  (("/usr/share/nautilus") "share/nautilus"))
                (substitute* "install/onionshare.desktop"
                  (("/usr") out))



reply via email to

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