python312Packages.motionblinds 0.6.21 -> 0.6.23 https://github.com/starkillerOG/motion-blinds/releases attrpath: python312Packages.motionblinds 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/h4ykfidv28q73bmlbsi0prfxsg4mps01-packages.json.drv building '/nix/store/h4ykfidv28q73bmlbsi0prfxsg4mps01-packages.json.drv'... Going to be running update for following packages: - python3.12-motionblinds-0.6.21 Press Enter key to continue... Running update for: - python3.12-motionblinds-0.6.21: UPDATING ... - python3.12-motionblinds-0.6.21: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/motionblinds/default.nix b/pkgs/development/python-modules/motionblinds/default.nix index f6b2fc5fb241..7d8aa5a78400 100644 --- a/pkgs/development/python-modules/motionblinds/default.nix +++ b/pkgs/development/python-modules/motionblinds/default.nix @@ -8,7 +8,7 @@ buildPythonPackage rec { pname = "motionblinds"; - version = "0.6.21"; + version = "0.6.23"; pyproject = true; disabled = pythonOlder "3.7"; @@ -17,7 +17,7 @@ buildPythonPackage rec { owner = "starkillerOG"; repo = "motion-blinds"; rev = "refs/tags/${version}"; - hash = "sha256-zWEVgBEjxc0mg9KhlU1UvAd7HzQ2Rvsnsa2Q+/KxrHw="; + hash = "sha256-f5R58p6tMVqmXAjybae8qjeNI3vxtGJ7qxZOl9H5iKw="; }; nativeBuildInputs = [ No auto update branch exists Old version 0.6.21" not present in master derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , pycryptodomex , pythonOlder , setuptools }: buildPythonPackage rec { pname = "motionblinds"; version = "0.6.23"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "starkillerOG"; repo = "motion-blinds"; rev = "refs/tags/${version}"; hash = "sha256-f5R58p6tMVqmXAjybae8qjeNI3vxtGJ7qxZOl9H5iKw="; }; nativeBuildInputs = [ setuptools ]; propagatedBuildInputs = [ pycryptodomex ]; # Project has no tests doCheck = false; pythonImportsCheck = [ "motionblinds" ]; meta = with lib; { description = "Python library for interfacing with Motion Blinds"; homepage = "https://github.com/starkillerOG/motion-blinds"; changelog = "https://github.com/starkillerOG/motion-blinds/releases/tag/${version}"; license = with licenses; [ mit ]; maintainers = with maintainers; [ fab ]; }; }