python3Packages.dazl: 8.0.0 -> 8.2.1

This commit is contained in:
R. Ryantm
2025-05-07 19:57:56 +00:00
parent cc4eb12f0a
commit 9409fe0860
@@ -25,12 +25,12 @@
buildPythonPackage rec {
pname = "dazl";
version = "8.0.0";
version = "8.2.1";
pyproject = true;
src = fetchPypi {
inherit pname version;
hash = "sha256-2EXbfXNl/vNhOIKfBv18TKMPizab72LlNV7QhEf4aVs=";
hash = "sha256-RwLjvVRAb7B1y0Hqd0lwYiqS8qrL8MhoH92RIMPWLqQ=";
};
pythonRelaxDeps = [