Skip to content

Commit 2c235c7

Browse files
committed
python313Packages.safety-schemas: 0.0.10 -> 0.0.11
1 parent d12a583 commit 2c235c7

File tree

1 file changed

+7
-2
lines changed
  • pkgs/development/python-modules/safety-schemas

1 file changed

+7
-2
lines changed

pkgs/development/python-modules/safety-schemas/default.nix

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

1313
buildPythonPackage rec {
1414
pname = "safety-schemas";
15-
version = "0.0.10";
15+
version = "0.0.11";
1616
pyproject = true;
1717

1818
src = fetchPypi {
1919
pname = "safety_schemas";
2020
inherit version;
21-
hash = "sha256-Xsg7sZ4XADdI0qSxHkPh8rRHHJQ0Mp6aDYDRBplmuWw=";
21+
hash = "sha256-EIBDcuB3ylqV50DMUH5z2Rc2YyhABvyq9XVheboTrJ0=";
2222
};
2323

24+
postPatch = ''
25+
substituteInPlace pyproject.toml \
26+
--replace hatchling==1.26.3 hatchling
27+
'';
28+
2429
build-system = [ hatchling ];
2530

2631
pythonRelaxDeps = [

0 commit comments

Comments
 (0)