ledfx: 2.0.89 -> 2.0.90

This commit is contained in:
R. Ryantm 2024-01-31 02:08:22 +00:00
parent 0b8f8e0cd9
commit 6e5fdc1ecf

View file

@ -5,12 +5,12 @@
python3.pkgs.buildPythonPackage rec {
pname = "ledfx";
version = "2.0.89";
version = "2.0.90";
pyproject= true;
src = fetchPypi {
inherit pname version;
hash = "sha256-PBOj6u0TukT6wRKMQML4+XNQQZvsGyRzXBk9YsISst4=";
hash = "sha256-ZlZtC0bi9ZUf/1D9hUxxhdix6F8l7Lg5IUOOg+JHGYU=";
};
pythonRelaxDeps = true;