Skip to content

Commit

Permalink
reptor: 0.22 -> 0.23 (NixOS#343099)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff committed Sep 20, 2024
2 parents b36af87 + 9aa0ca3 commit f63fd8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/python-modules/reptor/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@

buildPythonPackage rec {
pname = "reptor";
version = "0.22";
version = "0.23";
pyproject = true;

disabled = pythonOlder "3.9";
Expand All @@ -39,7 +39,7 @@ buildPythonPackage rec {
owner = "Syslifters";
repo = "reptor";
rev = "refs/tags/${version}";
hash = "sha256-OAHhpVQIAT3+f/+Oo2MNcS+xP7KB/LVvXLpOyY1rumM=";
hash = "sha256-IZjPdfg6q5uWEpvQE3djekvChcB7HWbbPqAv/0tu6fM=";
};

pythonRelaxDeps = true;
Expand Down

0 comments on commit f63fd8c

Please sign in to comment.