Skip to content

Commit

Permalink
bloodhound-py: 1.7.2 -> 1.8.0 (#372665)
Browse files Browse the repository at this point in the history
  • Loading branch information
natsukium authored Jan 11, 2025
2 parents d74b457 + 120677b commit c43df35
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/bloodhound-py/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@

buildPythonPackage rec {
pname = "bloodhound-py";
version = "1.7.2";
version = "1.8.0";
pyproject = true;

src = fetchPypi {
inherit version;
pname = "bloodhound";
hash = "sha256-USZU19dLppoq19+JMFtiojyJk6bj96nP2JQDq7JFkHM=";
hash = "sha256-Ne0PH92isdeaTp2JHKvixVMJoydDru0W2IXz2An0CbM=";
};

nativeBuildInputs = [ setuptools ];
Expand Down

0 comments on commit c43df35

Please sign in to comment.