Skip to content

Commit 1a6f441

Browse files
committed
python312Packages.securityreporter: 1.1.0 -> 1.2.0
1 parent 174ae77 commit 1a6f441

File tree

1 file changed

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

1 file changed

+2
-2
lines changed

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

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

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

1818
disabled = pythonOlder "3.8";
@@ -21,7 +21,7 @@ buildPythonPackage rec {
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)