mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-06 02:50:20 +01:00
gnu: python-more-itertools: Update to 8.1.0.
* gnu/packages/python-xyz.scm (python-more-itertools): Update to 8.1.0.
This commit is contained in:
parent
fb7686a999
commit
a9d1da178e
1 changed files with 2 additions and 2 deletions
|
@ -15048,14 +15048,14 @@ file system events on Linux.")
|
|||
(define-public python-more-itertools
|
||||
(package
|
||||
(name "python-more-itertools")
|
||||
(version "7.1.0")
|
||||
(version "8.1.0")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
(uri (pypi-uri "more-itertools" version))
|
||||
(sha256
|
||||
(base32
|
||||
"16phg2f2dvm6ci5wr49ncha5lmc0m2in3bsl33c61vzca4gkvd4b"))))
|
||||
"121j5nsz017r8ry2vabx4wb13srlvfjvhk0i38lbd043aznass64"))))
|
||||
(build-system python-build-system)
|
||||
(home-page "https://github.com/erikrose/more-itertools")
|
||||
(synopsis "More routines for operating on iterables, beyond itertools")
|
||||
|
|
Loading…
Add table
Reference in a new issue