mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-07 11:54:33 -05:00
gnu: python-more-itertools: Update to 8.2.0.
* gnu/packages/python-xyz.scm (python-more-itertools): Update to 8.2.0.
This commit is contained in:
parent
916f1d552d
commit
3079b8144d
1 changed files with 2 additions and 2 deletions
|
@ -15148,14 +15148,14 @@ (define-public python2-quex
|
|||
(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")
|
||||
|
|
Loading…
Reference in a new issue