Skip to content

Commit

Permalink
ad-miner: 1.6.0 -> 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Oct 25, 2024
1 parent b50e35f commit bedee30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/ad/ad-miner/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@

python3.pkgs.buildPythonApplication rec {
pname = "ad-miner";
version = "1.6.0";
version = "1.6.1";
pyproject = true;

src = fetchFromGitHub {
owner = "Mazars-Tech";
repo = "AD_Miner";
rev = "refs/tags/v${version}";
hash = "sha256-kWIareupm0r48HGnESk5S/0IEKjDfHtXWi64ehjdAQ4=";
hash = "sha256-/TIG1UUfLct9MxCmahWk7F6KlypNan+zk/02zVpPV+w=";
};

# All requirements are pinned
Expand Down

0 comments on commit bedee30

Please sign in to comment.