mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
1d17a07eb8
commit
82b3f42d24
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue