python313Packages.flux-led: 1.1.4 -> 1.2.0

Diff: https://github.com/Danielhiversen/flux_led/compare/refs/tags/1.1.4...1.2.0

Changelog: https://github.com/Danielhiversen/flux_led/releases/tag/1.2.0

Changed files
+2 -2
pkgs
development
python-modules
flux-led
+2 -2
pkgs/development/python-modules/flux-led/default.nix
···
buildPythonPackage rec {
pname = "flux-led";
-
version = "1.1.4";
pyproject = true;
disabled = pythonOlder "3.10";
···
owner = "Danielhiversen";
repo = "flux_led";
tag = version;
-
hash = "sha256-VYhXW3aqjDN7J+OkhYAOC0hGG5RkuFL0I7d6jbGKBvY=";
};
postPatch = ''
···
buildPythonPackage rec {
pname = "flux-led";
+
version = "1.2.0";
pyproject = true;
disabled = pythonOlder "3.10";
···
owner = "Danielhiversen";
repo = "flux_led";
tag = version;
+
hash = "sha256-+i+/WMHdz4HPKDlRPV1Aq9QqrTo5gZiulSc7Hinn+kI=";
};
postPatch = ''