Unverified Commit 5869af0e authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

Merge pull request #268161 from fabaff/ledfx-bump

ledfx: 2.0.69 -> 2.0.78
parents f54cf2f3 02449827
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,12 +5,12 @@

python3.pkgs.buildPythonPackage rec {
  pname = "ledfx";
  version = "2.0.69";
  version = "2.0.78";
  format = "setuptools";

  src = fetchPypi {
    inherit pname version;
    hash = "sha256-gkO6XYiPMkU/zRLvc0yd3jJXVcAgAkR1W1ELTSN461o=";
    hash = "sha256-IalfA/nfQrnE90ycOnPEZ4A/L8rwi08ECNA/8YxeAgQ=";
  };

  postPatch = ''