Merge pull request #218434 from firefly-cpp/toml-adapt-0211

python310Packages.toml-adapt: 0.2.10 -> 0.2.11
This commit is contained in:
Mario Rodas 2023-02-26 09:30:02 -05:00 committed by GitHub
commit 935a7004c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,7 +10,7 @@
buildPythonPackage rec {
pname = "toml-adapt";
version = "0.2.10";
version = "0.2.11";
format = "pyproject";
disabled = pythonOlder "3.6";
@ -19,7 +19,7 @@ buildPythonPackage rec {
owner = "firefly-cpp";
repo = pname;
rev = version;
sha256 = "sha256-eVRiMwdYDS2YdQsINy8lBzV8lhcKgq+Vwlc02C5ar0Q=";
sha256 = "sha256-7gQZCjsCtzvmV5NPZNAW4d34TkKemH9FgeN0Iwydwgc=";
};
nativeBuildInputs = [