python3Packages.safety-schemas: 0.0.14 -> 0.0.16

This commit is contained in:
R. Ryantm
2025-09-22 16:52:20 +00:00
parent e5407b55bd
commit d94fd9355f

View File

@@ -12,13 +12,13 @@
buildPythonPackage rec {
pname = "safety-schemas";
version = "0.0.14";
version = "0.0.16";
pyproject = true;
src = fetchPypi {
pname = "safety_schemas";
inherit version;
hash = "sha256-SZU/elnpGVcr4lWVqJRvnLvNIGb+PhYMlGfZ0dbXr2o=";
hash = "sha256-O7BNEb1LXMefn6GDxlimqM+CepzuxEOl/6bu04pQok4=";
};
postPatch = ''