python311Packages.brother 0 -> 1 attrpath: python311Packages.brother 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/kygwfagfh24n2jdzgsbgwiz6804xqf9x-packages.json.drv building '/nix/store/kygwfagfh24n2jdzgsbgwiz6804xqf9x-packages.json.drv'... Going to be running update for following packages: - python3.11-brother-4.0.2 Press Enter key to continue... Running update for: - python3.11-brother-4.0.2: UPDATING ... - python3.11-brother-4.0.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/brother/default.nix b/pkgs/development/python-modules/brother/default.nix index 60907fe7f139..b4f163dd9928 100644 --- a/pkgs/development/python-modules/brother/default.nix +++ b/pkgs/development/python-modules/brother/default.nix @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "brother"; - version = "4.0.2"; + version = "4.1.0"; pyproject = true; disabled = pythonOlder "3.11"; @@ -21,7 +21,7 @@ buildPythonPackage rec { owner = "bieniu"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-n1CIozKuF0+N8Vg3QA2jy5xNLDBJPdnhVT/xg1R+t90="; + hash = "sha256-W7bakj/94l0pL5fOb+CK+Z6k1cbv/CY9XjXGYZfLFY4="; }; nativeBuildInputs = [ No auto update branch exists Old version 4.0.2" not present in master derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , dacite , pysnmp-lextudio , pytest-asyncio , pytest-error-for-skips , pytestCheckHook , pythonOlder , setuptools }: buildPythonPackage rec { pname = "brother"; version = "4.1.0"; pyproject = true; disabled = pythonOlder "3.11"; src = fetchFromGitHub { owner = "bieniu"; repo = pname; rev = "refs/tags/${version}"; hash = "sha256-W7bakj/94l0pL5fOb+CK+Z6k1cbv/CY9XjXGYZfLFY4="; }; nativeBuildInputs = [ setuptools ]; propagatedBuildInputs = [ dacite pysnmp-lextudio ]; nativeCheckInputs = [ pytest-asyncio pytest-error-for-skips pytestCheckHook ]; pythonImportsCheck = [ "brother" ]; meta = with lib; { description = "Python wrapper for getting data from Brother laser and inkjet printers via SNMP"; homepage = "https://github.com/bieniu/brother"; changelog = "https://github.com/bieniu/brother/releases/tag/${version}"; license = licenses.asl20; maintainers = with maintainers; [ hexa ]; }; }