mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-automat: Update to 20.2.0.
Fixes <https://bugs.gnu.org/41249>. Reported by Mikhail Tsykalov <tsymsh@gmail.com>. * gnu/packages/python-xyz.scm (python-automat): Update to 20.2.0.
This commit is contained in:
parent
32290b2c35
commit
f227dd489b
1 changed files with 2 additions and 2 deletions
|
@ -13533,13 +13533,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.7.0")
|
(version "20.2.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
|
||||||
"03ivg70n3b1cbcd2zvjhk8y4kmqxcvhmili39lmgx09dza1qpmyb"))))
|
"0cyzrcqiibwdsp4y0djkllnzab8m5faa4s0d1kpi23k1fhy80ybr"))))
|
||||||
(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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue