toml-sort: 0.23.1 -> 0.24.2
https://github.com/pappasam/toml-sort/releases/tag/v0.24.2
This commit is contained in:
parent
5083ec8877
commit
1adaf376f2
@ -4,7 +4,7 @@
|
|||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
version = "0.23.1";
|
version = "0.24.2";
|
||||||
in
|
in
|
||||||
python3Packages.buildPythonApplication {
|
python3Packages.buildPythonApplication {
|
||||||
pname = "toml-sort";
|
pname = "toml-sort";
|
||||||
@ -15,7 +15,7 @@ python3Packages.buildPythonApplication {
|
|||||||
owner = "pappasam";
|
owner = "pappasam";
|
||||||
repo = "toml-sort";
|
repo = "toml-sort";
|
||||||
rev = "refs/tags/v${version}";
|
rev = "refs/tags/v${version}";
|
||||||
hash = "sha256-7V2WBZYAdsA4Tiy9/2UPOcThSNE3ZXM713j57KDCegk=";
|
hash = "sha256-PuTXG8RIN8Mui5J8DV0yxe94y6FNs4TgPyHjEhpcKqM=";
|
||||||
};
|
};
|
||||||
|
|
||||||
build-system = [ python3Packages.poetry-core ];
|
build-system = [ python3Packages.poetry-core ];
|
||||||
|
Loading…
Reference in New Issue
Block a user