python3Packages.safety-schemas: 0.0.19 -> 0.0.20

This commit is contained in:
R. Ryantm
2026-08-23 04:04:08 +00:00
parent f58bbc7ea2
commit d78ba67e39

View File

@@ -12,13 +12,13 @@
buildPythonPackage rec {
pname = "safety-schemas";
version = "0.0.19";
version = "0.0.20";
pyproject = true;
src = fetchPypi {
pname = "safety_schemas";
inherit version;
hash = "sha256-R4HwbUhSpPKLlo+OxmqagnxbAtJXBUIQoMIILIy3qo0=";
hash = "sha256-D9FHrnxlyLucCGEo9VHuhPrzEUALYQmmTkyiQSCw5WM=";
};
postPatch = ''