mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-23 13:24:29 +00:00
Merge pull request #154108 from r-ryantm/auto-update/python3.8-types-toml
python38Packages.types-toml: 0.10.2 -> 0.10.3
This commit is contained in:
commit
e2eee4e40d
@ -5,12 +5,12 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "types-toml";
|
||||
version = "0.10.2";
|
||||
version = "0.10.3";
|
||||
format = "setuptools";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "cd38b802e9c84c7a2e9b61e99a217e794bc01874586b292222e9764c6c7ca75c";
|
||||
sha256 = "215a7a79198651ec5bdfd66193c1e71eb681a42f3ef7226c9af3123ced62564a";
|
||||
};
|
||||
|
||||
# Module doesn't have tests
|
||||
|
Loading…
Reference in New Issue
Block a user