@@ -15,13 +15,15 @@ class PyTomlkit(PythonPackage):
1515
1616 license ("MIT" )
1717
18+ version ("0.13.3" , sha256 = "430cf247ee57df2b94ee3fbe588e71d362a941ebb545dec29b53961d61add2a1" )
1819 version ("0.12.1" , sha256 = "38e1ff8edb991273ec9f6181244a6a391ac30e9f5098e7535640ea6be97a7c86" )
1920 version ("0.11.8" , sha256 = "9330fc7faa1db67b541b28e62018c17d20be733177d290a13b24c62d1614e0c3" )
2021 version ("0.11.4" , sha256 = "3235a9010fae54323e727c3ac06fb720752fe6635b3426e379daec60fbd44a83" )
2122 version ("0.11.0" , sha256 = "71ceb10c0eefd8b8f11fe34e8a51ad07812cb1dc3de23247425fbc9ddc47b9dd" )
2223 version ("0.7.2" , sha256 = "d7a454f319a7e9bd2e249f239168729327e4dd2d27b17dc68be264ad1ce36754" )
2324 version ("0.7.0" , sha256 = "ac57f29693fab3e309ea789252fcce3061e19110085aa31af5446ca749325618" )
2425
25- depends_on ("python@3.7:" , when = "@0.11.8:" , type = ("build" , "run" ))
26- depends_on ("python@3.6:3" , when = "@0.11.0:0.11.5" , type = ("build" , "run" ))
26+ depends_on ("python@3.8:" , type = ("build" , "run" ), when = "@0.13:" )
27+ depends_on ("python@3.7:" , type = ("build" , "run" ), when = "@0.11.8:0.11" )
28+ depends_on ("python@3.6:3" , type = ("build" , "run" ), when = "@0.11.0:0.11.5" )
2729 depends_on ("py-poetry-core@1:" , type = "build" )
0 commit comments