lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

python313Packages.safety-schemas: 0.0.12 -> 0.0.14

+2 -2
+2 -2
pkgs/development/python-modules/safety-schemas/default.nix
··· 12 12 13 13 buildPythonPackage rec { 14 14 pname = "safety-schemas"; 15 - version = "0.0.12"; 15 + version = "0.0.14"; 16 16 pyproject = true; 17 17 18 18 src = fetchPypi { 19 19 pname = "safety_schemas"; 20 20 inherit version; 21 - hash = "sha256-i4ejATIA9MDv+ZmCxnj5roYkeKPaKqk07AcCH3/AtcA="; 21 + hash = "sha256-SZU/elnpGVcr4lWVqJRvnLvNIGb+PhYMlGfZ0dbXr2o="; 22 22 }; 23 23 24 24 postPatch = ''