mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-07 04:34:46 +00:00
python310Packages.more-itertools: 9.0.0 -> 9.1.0
Changelog: https://more-itertools.readthedocs.io/en/stable/versions.html
This commit is contained in:
parent
6e1026530b
commit
8fc5d9f3b0
@ -9,12 +9,12 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "more-itertools";
|
||||
version = "9.0.0";
|
||||
version = "9.1.0";
|
||||
format = "flit";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
hash = "sha256-WmJX5Ah47wUgsYA5kOPiIwOkG1cUAGwyo/2DBLJuoas=";
|
||||
hash = "sha256-yrqjQa0DieqDwXqUVmpTrkydBzSYYeyxTcbQNFz5rF0=";
|
||||
};
|
||||
|
||||
nativeBuildInouts = [
|
||||
|
Loading…
Reference in New Issue
Block a user