me
/
guix
Archived
1
0
Fork 0

gnu: python-dirsync: Update to 2.2.5.

* gnu/packages/python-xyz.scm (python-dirsync): Update to 2.2.5.
master
Marius Bakke 2020-09-28 01:22:54 +02:00
parent 2eb74175d9
commit 97046522fe
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -15404,14 +15404,14 @@ 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.3") (version "2.2.5")
(source (source
(origin (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "dirsync" version)) (uri (pypi-uri "dirsync" version))
(sha256 (sha256
(base32 (base32
"1r40fkanksagcszf1ag85mdr8w7rgc7196n6s1qlsk2abw6i7v0z")))) "1gm82jddm1lkazdi8lfsl1b3vi1z0252ng60mzjym8irnv94qfhy"))))
(build-system python-build-system) (build-system python-build-system)
(propagated-inputs (propagated-inputs
`(("six" ,python-six))) `(("six" ,python-six)))