gnu: python-dirsync: Update to 2.2.3.
* gnu/packages/python.scm (python-dirsync): Update to 2.2.3. [native-inputs]: Remove unzip.
This commit is contained in:
parent
4fed15fba3
commit
956bcc8ed2
|
@ -11607,17 +11607,15 @@ perform the operations required for synchronizing plain text.")
|
||||||
(define-public python-dirsync
|
(define-public python-dirsync
|
||||||
(package
|
(package
|
||||||
(name "python-dirsync")
|
(name "python-dirsync")
|
||||||
(version "2.2.2")
|
(version "2.2.3")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (pypi-uri "dirsync" version ".zip"))
|
(uri (pypi-uri "dirsync" version))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"1hcdvmkwd5512zbxpin0k7bx5bkgzy3swjx7d0kj1y45af6r75v2"))))
|
"1r40fkanksagcszf1ag85mdr8w7rgc7196n6s1qlsk2abw6i7v0z"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
|
||||||
`(("unzip" ,unzip)))
|
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("six" ,python-six)))
|
`(("six" ,python-six)))
|
||||||
(home-page "https://bitbucket.org/tkhyn/dirsync")
|
(home-page "https://bitbucket.org/tkhyn/dirsync")
|
||||||
|
|
Loading…
Reference in New Issue