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
|
(define-public python-scp
|
||||||
(package
|
(package
|
||||||
(name "python-scp")
|
(name "python-scp")
|
||||||
(version "0.13.2")
|
(version "0.13.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "scp" version))
|
(uri (pypi-uri "scp" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32 "1m2v09m407p097cy3xy5rxicqfzrqjwf8v5rd4qhfqkk7lllimwb"))))
|
||||||
"1crlpw9lnn58fs1c1rmh7s7s9y5gkgpgjsqlvg9qa51kq1knx7gg"))))
|
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
'(#:tests? #f)) ;tests require an SSH server
|
'(#:tests? #f)) ;tests require an SSH server
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue