python312Packages.pcbnew-transition 0.3.4 -> 0.4.0 https://repology.org/project/python:pcbnewtransition/versions attrpath: python312Packages.pcbnew-transition 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/54f7qiqrwg1ifqv8as9sz101jzzzssr7-packages.json.drv building '/nix/store/54f7qiqrwg1ifqv8as9sz101jzzzssr7-packages.json.drv'... Going to be running update for following packages: - python3.12-pcbnewTransition-0.3.4 Press Enter key to continue... Running update for: - python3.12-pcbnewTransition-0.3.4: UPDATING ... - python3.12-pcbnewTransition-0.3.4: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pcbnew-transition/default.nix b/pkgs/development/python-modules/pcbnew-transition/default.nix index 2ac478308cda..2f42e00a0847 100644 --- a/pkgs/development/python-modules/pcbnew-transition/default.nix +++ b/pkgs/development/python-modules/pcbnew-transition/default.nix @@ -7,14 +7,14 @@ }: buildPythonPackage rec { pname = "pcbnewTransition"; - version = "0.3.4"; + version = "0.4.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; - hash = "sha256-3CJUG1kd63Lg0r9HpJRIvttHS5s2EuZRoxeXrqsJ/kQ="; + hash = "sha256-M4r6IeARVZq+KO7Q0tbHFD/BMeLN6vmuxfnstmMPgdg="; }; propagatedBuildInputs = [ No auto update branch exists There might already be an open PR for this update: - python311Packages.pcbnew-transition: 0.3.4 -> 0.4.0 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/286845"