python310Packages.tomlkit: 0.11.4 -> 0.11.6
This commit is contained in:
parent
3e676fc838
commit
620c7eaeee
@ -10,11 +10,11 @@
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "tomlkit";
|
||||
version = "0.11.4";
|
||||
version = "0.11.6";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
sha256 = "sha256-MjWpAQ+uVDI+cnw6wG+3IHUv5mNbNCbjedrsYPvUSoM=";
|
||||
hash = "sha256-cblS5XIWiJN/sCz501TbzweFBmFJ0oVeRFMevdK2XXM=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs =
|
||||
@ -30,6 +30,7 @@ buildPythonPackage rec {
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/sdispater/tomlkit";
|
||||
changelog = "https://github.com/sdispater/tomlkit/blob/${version}/CHANGELOG.md";
|
||||
description = "Style-preserving TOML library for Python";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ jakewaksbaum ];
|
||||
|
Loading…
Reference in New Issue
Block a user