Skip to content

Commit

Permalink
Merge pull request #287702 from fabaff/pontos-bump
Browse files Browse the repository at this point in the history
python311Packages.pontos: 24.2.0 -> 24.2.1
  • Loading branch information
marsam authored Feb 10, 2024
2 parents 1df2544 + ddfdcbf commit 295bfd4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/pontos/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

buildPythonPackage rec {
pname = "pontos";
version = "24.2.0";
version = "24.2.1";
pyproject = true;

disabled = pythonOlder "3.9";
Expand All @@ -27,7 +27,7 @@ buildPythonPackage rec {
owner = "greenbone";
repo = "pontos";
rev = "refs/tags/v${version}";
hash = "sha256-vvI8jOqEdC0YPecoR7otPFmitFlD0j7s9DALlqwB9DU=";
hash = "sha256-lvmi/aYDGDHbiioFWovDpTCcqgh9hu97Wk2Lcqfd6qk=";
};

nativeBuildInputs = [
Expand Down

0 comments on commit 295bfd4

Please sign in to comment.