Merge pull request #316210 from r-ryantm/auto-update/ad-miner

ad-miner: 1.2.0 -> 1.3.0
This commit is contained in:
Fabian Affolter 2024-06-01 19:31:17 +02:00 committed by GitHub
commit 0bee7bb3e9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,14 +5,14 @@
python3.pkgs.buildPythonApplication rec { python3.pkgs.buildPythonApplication rec {
pname = "ad-miner"; pname = "ad-miner";
version = "1.2.0"; version = "1.3.0";
pyproject = true; pyproject = true;
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "Mazars-Tech"; owner = "Mazars-Tech";
repo = "AD_Miner"; repo = "AD_Miner";
rev = "refs/tags/v${version}"; rev = "refs/tags/v${version}";
hash = "sha256-o1RXuyX2dV0fQwXEeTgmeMYKXiKAqrl+fV8zi1J16Ic="; hash = "sha256-MoU38UEhk9eUa+slXnYG1eOyDW79J0q5XiM+1UYIGaM=";
}; };
# All requirements are pinned # All requirements are pinned