python310Packages.bitstring 0 -> 1 attrpath: python310Packages.bitstring 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] Going to be running update for following packages: - python3.10-bitstring-4.1.3 Press Enter key to continue... Running update for: - python3.10-bitstring-4.1.3: UPDATING ... - python3.10-bitstring-4.1.3: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/bitstring/default.nix b/pkgs/development/python-modules/bitstring/default.nix index 537905778ba3..52fdaece66ff 100644 --- a/pkgs/development/python-modules/bitstring/default.nix +++ b/pkgs/development/python-modules/bitstring/default.nix @@ -9,7 +9,7 @@ buildPythonPackage rec { pname = "bitstring"; - version = "4.1.3"; + version = "4.1.4"; pyproject = true; disabled = pythonOlder "3.7"; @@ -18,7 +18,7 @@ buildPythonPackage rec { owner = "scott-griffiths"; repo = pname; rev = "refs/tags/bitstring-${version}"; - hash = "sha256-RbHy36AnDlu/Ym5Ty2O9XfPj5xXd9hTgoClvISPoGBc="; + hash = "sha256-CO7R2SCb232OW1DCLo45UIarFG5FhR4WkwuQieXha0Y="; }; nativeBuildInputs = [ No auto update branch exists Old version 4.1.3" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , pythonOlder , bitarray , setuptools , unittestCheckHook }: buildPythonPackage rec { pname = "bitstring"; version = "4.1.4"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "scott-griffiths"; repo = pname; rev = "refs/tags/bitstring-${version}"; hash = "sha256-CO7R2SCb232OW1DCLo45UIarFG5FhR4WkwuQieXha0Y="; }; nativeBuildInputs = [ setuptools ]; propagatedBuildInputs = [ bitarray ]; nativeCheckInputs = [ unittestCheckHook ]; pythonImportsCheck = [ "bitstring" ]; meta = with lib; { description = "Module for binary data manipulation"; homepage = "https://github.com/scott-griffiths/bitstring"; license = licenses.mit; platforms = platforms.unix; maintainers = with maintainers; [ bjornfor ]; }; }