Merge pull request #212168 from fabaff/flux-led-bump

python310Packages.flux-led: 0.28.34 -> 0.28.35
This commit is contained in:
Nick Cao
2023-01-23 09:04:19 +08:00
committed by GitHub
@@ -1,4 +1,5 @@
{ lib
, async-timeout
, buildPythonPackage
, fetchFromGitHub
, webcolors
@@ -8,7 +9,7 @@
buildPythonPackage rec {
pname = "flux-led";
version = "0.28.34";
version = "0.28.35";
format = "setuptools";
disabled = pythonOlder "3.7";
@@ -17,10 +18,11 @@ buildPythonPackage rec {
owner = "Danielhiversen";
repo = "flux_led";
rev = "refs/tags/${version}";
hash = "sha256-bIL9ivjCLKeTLK3n0ytgGkXQggsuDiMCY7kAtE81qfY=";
hash = "sha256-+MbcI/gcoQOpfL77AyA0rZBP5OgP87gSDt4e5pjriqY=";
};
propagatedBuildInputs = [
async-timeout
webcolors
];