2022-12-31T22:43:16 python310Packages.motionblinds 0 -> 1 2022-12-31T22:43:19 attrpath: python310Packages.motionblinds 2022-12-31T22:43:19 Checking auto update branch... 2022-12-31T22:43:23 [version] 2022-12-31T22:43:23 [version] skipping because derivation has updateScript 2022-12-31T22:43:23 [rustCrateVersion] 2022-12-31T22:43:23 [rustCrateVersion] No cargoSha256 found 2022-12-31T22:43:23 [golangModuleVersion] 2022-12-31T22:43:23 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-31T22:43:23 [updateScript] 2022-12-31T22:43:26 [updateScript] Success 2022-12-31T22:43:26 [updateScript] this derivation will be built: /nix/store/2h4i1kcyib37dphg1ax8k2vaj2pz4zmr-packages.json.drv building '/nix/store/2h4i1kcyib37dphg1ax8k2vaj2pz4zmr-packages.json.drv'... Going to be running update for following packages: - python3.10-motionblinds-0.6.13 Press Enter key to continue... Running update for: - python3.10-motionblinds-0.6.13: UPDATING ... - python3.10-motionblinds-0.6.13: DONE. Packages updated! 2022-12-31T22:43:26 2022-12-31T22:43:26 [quotedUrls] 2022-12-31T22:43:26 [quotedUrls] nothing found to replace 2022-12-31T22:43:26 Diff after rewrites: diff --git a/pkgs/development/python-modules/motionblinds/default.nix b/pkgs/development/python-modules/motionblinds/default.nix index 8ee1e026684..fa58a07f6fb 100644 --- a/pkgs/development/python-modules/motionblinds/default.nix +++ b/pkgs/development/python-modules/motionblinds/default.nix @@ -7,7 +7,7 @@ buildPythonPackage rec { pname = "motionblinds"; - version = "0.6.13"; + version = "0.6.14"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -16,7 +16,7 @@ buildPythonPackage rec { owner = "starkillerOG"; repo = "motion-blinds"; rev = "refs/tags/${version}"; - sha256 = "sha256-vms9GcB2GQ7fZDk9f9xvFJ5Df7ArEcKn6frIuL1GwPo="; + sha256 = "sha256-OHFOV0vOAw54XOfgDUSARKIAgkWFnvf8O9xXJYZHPFE="; }; propagatedBuildInputs = [ 2022-12-31T22:44:55 Old version 0.6.13" not present in master derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , pycryptodomex , pythonOlder }: buildPythonPackage rec { pname = "motionblinds"; version = "0.6.14"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "starkillerOG"; repo = "motion-blinds"; rev = "refs/tags/${version}"; hash = "sha256-OHFOV0vOAw54XOfgDUSARKIAgkWFnvf8O9xXJYZHPFE="; }; 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 ]; }; }