python312Packages.dbf: 0.99.9 -> 0.99.10

This commit is contained in:
R. Ryantm 2025-04-01 16:24:17 +00:00
parent 295421991b
commit bbea352f18

View File

@ -9,14 +9,14 @@
buildPythonPackage rec {
pname = "dbf";
version = "0.99.9";
version = "0.99.10";
format = "setuptools";
disabled = pythonOlder "3.7";
src = fetchPypi {
inherit pname version;
hash = "sha256-MFEi1U0RNvrfDtV4HpvPgKTCibAh76z7Gnmj32IubYw=";
hash = "sha256-UAK7eleaUwLT22Nzjv4+nSUy6lSm9jAXbTUmQW/+AKI=";
};
# Workaround for https://github.com/ethanfurman/dbf/issues/48