Skip to content

Commit 9409fe0

Browse files
committed
python3Packages.dazl: 8.0.0 -> 8.2.1
1 parent cc4eb12 commit 9409fe0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/development/python-modules/dazl/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@
2525

2626
buildPythonPackage rec {
2727
pname = "dazl";
28-
version = "8.0.0";
28+
version = "8.2.1";
2929
pyproject = true;
3030

3131
src = fetchPypi {
3232
inherit pname version;
33-
hash = "sha256-2EXbfXNl/vNhOIKfBv18TKMPizab72LlNV7QhEf4aVs=";
33+
hash = "sha256-RwLjvVRAb7B1y0Hqd0lwYiqS8qrL8MhoH92RIMPWLqQ=";
3434
};
3535

3636
pythonRelaxDeps = [

0 commit comments

Comments
 (0)