python3Packages.tomlkit: 0.13.2 -> 0.13.3 (#414471)

This commit is contained in:
kirillrdy 2025-06-08 18:58:38 +10:00 committed by GitHub
commit ecbbc46b76
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -13,12 +13,12 @@
buildPythonPackage rec {
pname = "tomlkit";
version = "0.13.2";
version = "0.13.3";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-//X+WahylbJ4q9Mb7JLBXZvEoGiFqxK86lLHERk5Lnk=";
hash = "sha256-QwzyR+5X3yuU7j++WI5x02KpQeu1Rd7Cm1OWHWGt0qE=";
};
build-system = [ poetry-core ];