Merge pull request #285150 from r-ryantm/auto-update/ledfx

This commit is contained in:
Sandro 2024-01-31 11:40:25 +01:00 committed by GitHub
commit 60d3096801
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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;