diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-04-17 22:12:53 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-04-19 01:48:06 +0200 |
commit | 919d80a0e06839051dc1bcacd260c8b22092b47b (patch) | |
tree | 61486b5a64332cb6ab60d761db845189eca6bd61 /gnu | |
parent | bcfb8fac36b8c02fb190f4b2c66272dbe8c06a91 (diff) | |
download | patches-919d80a0e06839051dc1bcacd260c8b22092b47b.tar patches-919d80a0e06839051dc1bcacd260c8b22092b47b.tar.gz |
gnu: python-automat: Update to 0.7.0.
* gnu/packages/python-xyz.scm (python-automat): Update to 0.7.0.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index eefa2be76b..df3adf47e1 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -11294,13 +11294,13 @@ instead of servers and network commands.") (define-public python-automat (package (name "python-automat") - (version "0.6.0") + (version "0.7.0") (source (origin (method url-fetch) (uri (pypi-uri "Automat" version)) (sha256 (base32 - "1a7nsrljysfmdqmpn2apfa1gg6rfah4y9sizvns8gb08rx7d07rw")))) + "03ivg70n3b1cbcd2zvjhk8y4kmqxcvhmili39lmgx09dza1qpmyb")))) (build-system python-build-system) ;; We disable the tests because they require python-twisted, while ;; python-twisted depends on python-automat. Twisted is optional, but the |