python3Packages.dtfabric: 20260411 -> 20260506 (#522524)

This commit is contained in:
Fabian Affolter
2026-05-21 10:26:23 +00:00
committed by GitHub
@@ -9,12 +9,12 @@
buildPythonPackage (finalAttrs: {
pname = "dtfabric";
version = "20260411";
version = "20260506";
pyproject = true;
src = fetchPypi {
inherit (finalAttrs) pname version;
hash = "sha256-0hnJJ76wpINsNXecrGCQILqixo4xUhH8dW6djq9/vH4=";
hash = "sha256-n/z2OD3vZrEKoYC3eRVIx6XpgKwTbTaKqp2O2cg11fs=";
};
pythonRemoveDeps = [ "pip" ];