Skip to content

Commit c066295

Browse files
authored
python312Packages.securityreporter: 1.1.0 -> 1.2.0 (#350554)
2 parents f73e314 + c52738c commit c066295

File tree

1 file changed

+3
-3
lines changed
  • pkgs/development/python-modules/securityreporter

1 file changed

+3
-3
lines changed

pkgs/development/python-modules/securityreporter/default.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,16 @@
1212

1313
buildPythonPackage rec {
1414
pname = "securityreporter";
15-
version = "1.1.0";
15+
version = "1.2.0";
1616
pyproject = true;
1717

18-
disabled = pythonOlder "3.8";
18+
disabled = pythonOlder "3.10";
1919

2020
src = fetchFromGitHub {
2121
owner = "dongit-org";
2222
repo = "python-reporter";
2323
rev = "refs/tags/v${version}";
24-
hash = "sha256-Ddq1qjaQemawK+u3ArlsChrkzRbcuaj5LrswyTGwTrg=";
24+
hash = "sha256-fpsvjbPE6iaOmLxykGSkCjkhFTmb8xhXa8pDrWN66KM=";
2525
};
2626

2727
build-system = [ poetry-core ];

0 commit comments

Comments
 (0)