gnu: python-scp: Update to 0.13.3.

* gnu/packages/python-xyz.scm (python-scp): Update to 0.13.3.
This commit is contained in:
Tobias Geerinckx-Rice 2020-11-15 18:11:32 +01:00
parent 1d17a07eb8
commit 82b3f42d24
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -3873,14 +3873,13 @@ outside the standard library.")
(define-public python-scp
(package
(name "python-scp")
(version "0.13.2")
(version "0.13.3")
(source
(origin
(method url-fetch)
(uri (pypi-uri "scp" version))
(sha256
(base32
"1crlpw9lnn58fs1c1rmh7s7s9y5gkgpgjsqlvg9qa51kq1knx7gg"))))
(base32 "1m2v09m407p097cy3xy5rxicqfzrqjwf8v5rd4qhfqkk7lllimwb"))))
(build-system python-build-system)
(arguments
'(#:tests? #f)) ;tests require an SSH server