gnu: onionshare: Update to 1.3.2.

* gnu/packages/tor.scm (onionshare): Update to 1.3.2.
This commit is contained in:
Tobias Geerinckx-Rice 2019-02-17 20:39:49 +01:00
parent 2b8c2ff45b
commit b6dc6aca7d
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 3 additions and 4 deletions

View File

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