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

Merge pull request #174760 from r-ryantm/auto-update/python310Packages.flux-led

python310Packages.flux-led: 0.28.29 -> 0.28.30
parents 40bc7c50 bc6520ee
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -8,7 +8,7 @@

buildPythonPackage rec {
  pname = "flux-led";
  version = "0.28.29";
  version = "0.28.30";
  format = "setuptools";

  disabled = pythonOlder "3.7";
@@ -16,8 +16,8 @@ buildPythonPackage rec {
  src = fetchFromGitHub {
    owner = "Danielhiversen";
    repo = "flux_led";
    rev = version;
    sha256 = "sha256-Hwe8eshY5j+10fARCp7fMnZf2Sxal7+7Vj5DYVPNXks=";
    rev = "refs/tags/${version}";
    sha256 = "sha256-ujox3Q8oyPw8+SBdF9O7ezu8FC/NnWxeSGW8Nfh7tZ8=";
  };

  propagatedBuildInputs = [