This commit is contained in:
mjallen18
2026-03-16 17:13:13 -05:00
parent 001b54a620
commit ad348a0f9e

View File

@@ -11,7 +11,7 @@ python3Packages.buildPythonPackage rec {
src = python3Packages.fetchPypi {
pname = "fatfs_ng";
inherit version;
hash = "sha256-Uwgr6kzX6e5mHUokWEr0tjDxTK1giWrGmyMbrM91X4o=";
hash = "sha256-qwSMf3s8+IxVi6mHEWr8vYa6/bMUXcaGWhULUMaADAs=";
};
# wrapper.c is pre-generated in the sdist; Cython is not needed at build time.