Loading pkgs/development/python-modules/adafruit-platformdetect/default.nix +6 −6 Original line number Diff line number Diff line Loading @@ -5,15 +5,15 @@ setuptools-scm, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "adafruit-platformdetect"; version = "3.86.0"; version = "3.87.0"; pyproject = true; src = fetchPypi { pname = "adafruit_platformdetect"; inherit version; hash = "sha256-VRcpjJp6Q2FND5u8WkSu0R0VgKgZXagfoJS9Q3v5gS8="; inherit (finalAttrs) version; hash = "sha256-RUkhGgTxydSCICkhBevVhaFYDYNTZye+jOLiHwyBFIY="; }; build-system = [ setuptools-scm ]; Loading @@ -26,8 +26,8 @@ buildPythonPackage rec { meta = { description = "Platform detection for use by Adafruit libraries"; homepage = "https://github.com/adafruit/Adafruit_Python_PlatformDetect"; changelog = "https://github.com/adafruit/Adafruit_Python_PlatformDetect/releases/tag/${version}"; changelog = "https://github.com/adafruit/Adafruit_Python_PlatformDetect/releases/tag/${finalAttrs.version}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ fab ]; }; } }) Loading
pkgs/development/python-modules/adafruit-platformdetect/default.nix +6 −6 Original line number Diff line number Diff line Loading @@ -5,15 +5,15 @@ setuptools-scm, }: buildPythonPackage rec { buildPythonPackage (finalAttrs: { pname = "adafruit-platformdetect"; version = "3.86.0"; version = "3.87.0"; pyproject = true; src = fetchPypi { pname = "adafruit_platformdetect"; inherit version; hash = "sha256-VRcpjJp6Q2FND5u8WkSu0R0VgKgZXagfoJS9Q3v5gS8="; inherit (finalAttrs) version; hash = "sha256-RUkhGgTxydSCICkhBevVhaFYDYNTZye+jOLiHwyBFIY="; }; build-system = [ setuptools-scm ]; Loading @@ -26,8 +26,8 @@ buildPythonPackage rec { meta = { description = "Platform detection for use by Adafruit libraries"; homepage = "https://github.com/adafruit/Adafruit_Python_PlatformDetect"; changelog = "https://github.com/adafruit/Adafruit_Python_PlatformDetect/releases/tag/${version}"; changelog = "https://github.com/adafruit/Adafruit_Python_PlatformDetect/releases/tag/${finalAttrs.version}"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ fab ]; }; } })