python312Packages.nxt-python 3.2.0 -> 3.3.0 https://github.com/schodet/nxt-python/releases attrpath: python312Packages.nxt-python Checking auto update branch... [version] [version] skipping because derivation has updateScript [rustCrateVersion] [rustCrateVersion] No cargoSha256 or cargoHash found [golangModuleVersion] [golangModuleVersion] Not a buildGoModule package with vendorSha256 or vendorHash [npmDepsVersion] [npmDepsVersion] No npmDepsHash [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/n4dkifif88l7psw3w91nh7fjkqdh2q4b-packages.json.drv building '/nix/store/n4dkifif88l7psw3w91nh7fjkqdh2q4b-packages.json.drv'... Going to be running update for following packages: - python3.12-nxt-python-3.2.0 Press Enter key to continue... Running update for: - python3.12-nxt-python-3.2.0: UPDATING ... - python3.12-nxt-python-3.2.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/nxt-python/default.nix b/pkgs/development/python-modules/nxt-python/default.nix index fb953bce13dd..2f2e6dbfe8af 100644 --- a/pkgs/development/python-modules/nxt-python/default.nix +++ b/pkgs/development/python-modules/nxt-python/default.nix @@ -9,7 +9,7 @@ buildPythonPackage rec { pname = "nxt-python"; - version = "3.2.0"; + version = "3.3.0"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -18,7 +18,7 @@ buildPythonPackage rec { owner = "schodet"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-PWeR8xteLMxlOHcJJCtTI0o8QNzwGJVkUACmvf4tXWY="; + hash = "sha256-v65KEP5DuJsZAifd1Rh46x9lSAgBZgyo+e8PKSDKnhw="; }; propagatedBuildInputs = [ No auto update branch exists Old version 3.2.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , poetry-core , pybluez , pytestCheckHook , pythonOlder , pyusb }: buildPythonPackage rec { pname = "nxt-python"; version = "3.3.0"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "schodet"; repo = pname; rev = "refs/tags/${version}"; hash = "sha256-v65KEP5DuJsZAifd1Rh46x9lSAgBZgyo+e8PKSDKnhw="; }; build-system = [ poetry-core ]; dependencies = [ pyusb ]; optional-dependencies = { bluetooth = [ pybluez ]; }; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "nxt" ]; meta = with lib; { description = "Python driver/interface for Lego Mindstorms NXT robot"; homepage = "https://github.com/schodet/nxt-python"; changelog = "https://github.com/schodet/nxt-python/releases/tag/${version}"; license = licenses.gpl3Only; maintainers = with maintainers; [ ibizaman ]; }; }