diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-01-02 08:18:23 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-01-02 08:37:23 +0100 |
commit | 27f9148e1d6349da7d96fc31837beed2598690ec (patch) | |
tree | 469dcb928615aac007c594c38cb106c4bc97b92d /gnu | |
parent | d79fa7da1bf59a732ecb6ed9652e53d28c0f6171 (diff) | |
download | patches-27f9148e1d6349da7d96fc31837beed2598690ec.tar patches-27f9148e1d6349da7d96fc31837beed2598690ec.tar.gz |
gnu: python-backports-abc: Update to 0.5.
* gnu/packages/python.scm (python-backports-abc): Update to 0.5.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index a7059e08a6..380b19b186 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -5694,14 +5694,14 @@ connection to each user.") (define-public python-backports-abc (package (name "python-backports-abc") - (version "0.4") + (version "0.5") (source (origin (method url-fetch) (uri (pypi-uri "backports_abc" version)) (sha256 (base32 - "19fh75lni9pb673n2fn505m1rckm0af0szcv5xx1qm1xpa940glb")))) + "1pkv8d1zxj5f9i227dxbjczncbv7ks7ywnjwyxfjagm02i2yafq3")))) (build-system python-build-system) (home-page "https://github.com/cython/backports_abc") (synopsis "Backport of additions to the 'collections.abc' module") |