Skip to content

Commit

Permalink
ad-miner: 1.7.0 -> 1.8.0 (NixOS#366032)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Dec 18, 2024
2 parents 5953361 + a2a2275 commit 3771412
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.7.0";
version = "1.8.0";
pyproject = true;

src = fetchFromGitHub {
owner = "Mazars-Tech";
repo = "AD_Miner";
rev = "refs/tags/v${version}";
hash = "sha256-Uzt7tKRj+iq4UR0gUpfhiTzMjecVBcp7jsXC7lSADeg=";
tag = "v${version}";
hash = "sha256-EXhNAp2gTdSyT7M/cf+MRXgSzI8gQyJzvm0oMPcbu/c=";
};

# All requirements are pinned
Expand Down

0 comments on commit 3771412

Please sign in to comment.