1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-02 10:31:36 +00:00

python38Packages.mypy-boto3-s3: 1.18.29 -> 1.18.46

This commit is contained in:
R. RyanTM 2021-09-23 18:27:45 +00:00
parent ed4f741c9c
commit 49ec311b53

View file

@ -8,12 +8,12 @@
buildPythonPackage rec {
pname = "mypy-boto3-s3";
version = "1.18.29";
version = "1.18.46";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "efee8defd50c441f1daec39fe415a81ded16b828678b4606ee8f9dd677bfe53e";
sha256 = "4061100ba506866c3ac530733bdefd302acbd67add17daeb22ca02ce3105fcf0";
};
propagatedBuildInputs = [