python3Packages.dtfabric: 20260411 -> 20260506

Changelog: https://github.com/libyal/dtfabric/releases/tag/20260506
This commit is contained in:
Fabian Affolter
2026-05-21 09:37:42 +02:00
parent 07abe2c919
commit dbd54065ba
@@ -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" ];