2022-12-22T15:29:06 python310Packages.lupupy 0 -> 1 2022-12-22T15:29:09 attrpath: python310Packages.lupupy 2022-12-22T15:29:09 Checking auto update branch... 2022-12-22T15:29:14 [version] 2022-12-22T15:29:14 [version] skipping because derivation has updateScript 2022-12-22T15:29:14 [rustCrateVersion] 2022-12-22T15:29:14 [rustCrateVersion] No cargoSha256 found 2022-12-22T15:29:14 [golangModuleVersion] 2022-12-22T15:29:14 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2022-12-22T15:29:14 [updateScript] 2022-12-22T15:29:15 [updateScript] Success 2022-12-22T15:29:15 [updateScript] this derivation will be built: /nix/store/n2wd680bmmkpqa4rkni8rxrdqibm2325-packages.json.drv building '/nix/store/n2wd680bmmkpqa4rkni8rxrdqibm2325-packages.json.drv'... Going to be running update for following packages: - python3.10-lupupy-0.2.3 Press Enter key to continue... Running update for: - python3.10-lupupy-0.2.3: UPDATING ... - python3.10-lupupy-0.2.3: DONE. Packages updated! 2022-12-22T15:29:15 2022-12-22T15:29:15 [quotedUrls] 2022-12-22T15:29:16 [quotedUrls] nothing found to replace 2022-12-22T15:29:16 Diff after rewrites: diff --git a/pkgs/development/python-modules/lupupy/default.nix b/pkgs/development/python-modules/lupupy/default.nix index 95d5948a427..ef17ba8f40e 100644 --- a/pkgs/development/python-modules/lupupy/default.nix +++ b/pkgs/development/python-modules/lupupy/default.nix @@ -9,14 +9,14 @@ buildPythonPackage rec { pname = "lupupy"; - version = "0.2.3"; + version = "0.2.4"; format = "setuptools"; disabled = pythonOlder "3.6"; src = fetchPypi { inherit pname version; - hash = "sha256-GR/sCR8BkqfSLCftLrCAaSYYcaYugX3ItM55+KcghL8="; + hash = "sha256-11BdMhUhxbzkSrBEFdqpjkgcOcCZG498ylEHIMbomW4="; }; propagatedBuildInputs = [ 2022-12-22T15:30:44 Old version 0.2.3" not present in master derivation file with contents: { lib , buildPythonPackage , colorlog , pyyaml , fetchPypi , pythonOlder , requests }: buildPythonPackage rec { pname = "lupupy"; version = "0.2.4"; format = "setuptools"; disabled = pythonOlder "3.6"; src = fetchPypi { inherit pname version; hash = "sha256-11BdMhUhxbzkSrBEFdqpjkgcOcCZG498ylEHIMbomW4="; }; propagatedBuildInputs = [ colorlog pyyaml requests ]; # Project has no tests doCheck = false; pythonImportsCheck = [ "lupupy" ]; meta = with lib; { description = "Python module to control Lupusec alarm control panels"; homepage = "https://github.com/majuss/lupupy"; license = with licenses; [ mit ]; maintainers = with maintainers; [ fab ]; }; }