Merge pull request #285150 from r-ryantm/auto-update/ledfx
This commit is contained in:
commit
60d3096801
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue