summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-11-15 18:11:32 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-11-15 20:47:45 +0100
commit82b3f42d2404b2f4e9a0d40fe709de50e80b17a9 (patch)
tree3bdf0d612177f2b4099a0dc61975fbb9abc1cc45 /gnu
parent1d17a07eb8a927f1228b404b1c367f8d3a51852f (diff)
gnu: python-scp: Update to 0.13.3.
* gnu/packages/python-xyz.scm (python-scp): Update to 0.13.3.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/python-xyz.scm5
1 files changed, 2 insertions, 3 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index f2f812a8028..4959d755f9b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3873,14 +3873,13 @@ outside the standard library.")
3873(define-public python-scp 3873(define-public python-scp
3874 (package 3874 (package
3875 (name "python-scp") 3875 (name "python-scp")
3876 (version "0.13.2") 3876 (version "0.13.3")
3877 (source 3877 (source
3878 (origin 3878 (origin
3879 (method url-fetch) 3879 (method url-fetch)
3880 (uri (pypi-uri "scp" version)) 3880 (uri (pypi-uri "scp" version))
3881 (sha256 3881 (sha256
3882 (base32 3882 (base32 "1m2v09m407p097cy3xy5rxicqfzrqjwf8v5rd4qhfqkk7lllimwb"))))
3883 "1crlpw9lnn58fs1c1rmh7s7s9y5gkgpgjsqlvg9qa51kq1knx7gg"))))
3884 (build-system python-build-system) 3883 (build-system python-build-system)
3885 (arguments 3884 (arguments
3886 '(#:tests? #f)) ;tests require an SSH server 3885 '(#:tests? #f)) ;tests require an SSH server