diff options
author | Marius Bakke <mbakke@fastmail.com> | 2020-02-01 11:39:24 +0100 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2020-02-03 15:29:16 +0100 |
commit | 3079b8144d07cc49599c8df0e26eaf57961463b7 (patch) | |
tree | 74125b86939a0b8a421fbacf25a195d31748fe78 /gnu | |
parent | 916f1d552dd8ebfe73eabf699b32f1c4aa41f220 (diff) | |
download | patches-3079b8144d07cc49599c8df0e26eaf57961463b7.tar patches-3079b8144d07cc49599c8df0e26eaf57961463b7.tar.gz |
gnu: python-more-itertools: Update to 8.2.0.
* gnu/packages/python-xyz.scm (python-more-itertools): Update to 8.2.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 5a1ff5bc97..6358db8b60 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -15148,14 +15148,14 @@ file system events on Linux.") (define-public python-more-itertools (package (name "python-more-itertools") - (version "8.1.0") + (version "8.2.0") (source (origin (method url-fetch) (uri (pypi-uri "more-itertools" version)) (sha256 (base32 - "121j5nsz017r8ry2vabx4wb13srlvfjvhk0i38lbd043aznass64")))) + "01x5nwm1zxmnd06cllbdd095xxc2nd25ing1a726m2kd30rbkpdi")))) (build-system python-build-system) (home-page "https://github.com/erikrose/more-itertools") (synopsis "More routines for operating on iterables, beyond itertools") |