me
/
guix
Archived
1
0
Fork 0

gnu: python-automat: Update to 0.7.0.

* gnu/packages/python-xyz.scm (python-automat): Update to 0.7.0.
master
Marius Bakke 2019-04-17 22:12:53 +02:00
parent bcfb8fac36
commit 919d80a0e0
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 2 additions and 2 deletions

View File

@ -11294,13 +11294,13 @@ instead of servers and network commands.")
(define-public python-automat (define-public python-automat
(package (package
(name "python-automat") (name "python-automat")
(version "0.6.0") (version "0.7.0")
(source (origin (source (origin
(method url-fetch) (method url-fetch)
(uri (pypi-uri "Automat" version)) (uri (pypi-uri "Automat" version))
(sha256 (sha256
(base32 (base32
"1a7nsrljysfmdqmpn2apfa1gg6rfah4y9sizvns8gb08rx7d07rw")))) "03ivg70n3b1cbcd2zvjhk8y4kmqxcvhmili39lmgx09dza1qpmyb"))))
(build-system python-build-system) (build-system python-build-system)
;; We disable the tests because they require python-twisted, while ;; We disable the tests because they require python-twisted, while
;; python-twisted depends on python-automat. Twisted is optional, but the ;; python-twisted depends on python-automat. Twisted is optional, but the