mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 19:03:28 +00:00
python3Packages.multidict: 4.7.4 -> 4.7.5
This commit is contained in:
parent
0f29ebd795
commit
fdfd5af491
@ -8,11 +8,11 @@
|
|||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "multidict";
|
pname = "multidict";
|
||||||
version = "4.7.4";
|
version = "4.7.5";
|
||||||
|
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
inherit pname version;
|
inherit pname version;
|
||||||
sha256 = "d7d428488c67b09b26928950a395e41cc72bb9c3d5abfe9f0521940ee4f796d4";
|
sha256 = "aee283c49601fa4c13adc64c09c978838a7e812f85377ae130a24d7198c0331e";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ pytest pytestrunner pytestcov ];
|
checkInputs = [ pytest pytestrunner pytestcov ];
|
||||||
|
Loading…
Reference in New Issue
Block a user