Merge pull request #269622 from r-ryantm/auto-update/python311Packages.toml-adapt

python311Packages.toml-adapt: 0.2.11 -> 0.2.12
This commit is contained in:
Nick Cao 2023-11-24 09:33:06 -05:00 committed by GitHub
commit 8be60c764c
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.11";
version = "0.2.12";
format = "pyproject";
disabled = pythonOlder "3.6";
@ -18,8 +18,8 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "firefly-cpp";
repo = pname;
rev = version;
hash = "sha256-7gQZCjsCtzvmV5NPZNAW4d34TkKemH9FgeN0Iwydwgc=";
rev = "refs/tags/${version}";
hash = "sha256-DtxA63lutgjGMH8GYz5r6IFEuuZ9iFGPGup960c4xgE=";
};
nativeBuildInputs = [