Skip to content

Commit

Permalink
python312Packages.reconplogger: 4.16.1 -> 4.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Dec 27, 2024
1 parent f97c6eb commit 8ccdc52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/reconplogger/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

buildPythonPackage rec {
pname = "reconplogger";
version = "4.16.1";
version = "4.17.0";
pyproject = true;

disabled = pythonOlder "3.8";
Expand All @@ -23,7 +23,7 @@ buildPythonPackage rec {
owner = "omni-us";
repo = "reconplogger";
rev = "refs/tags/v${version}";
hash = "sha256-F/6vT3jLxpteUFtYNtGyiO/JxeRtwJKpdGXTFJ6IDCE=";
hash = "sha256-1WJU1996ui/yJHGRpswvIeAFh+dpH5NgbfTUk8bhr7Y=";
};

build-system = [ setuptools ];
Expand Down

0 comments on commit 8ccdc52

Please sign in to comment.