python311Packages.py-serializable 0 -> 1 attrpath: python311Packages.py-serializable 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/bdxn2cw3xhczac9ksg8fw93smngd062f-packages.json.drv building '/nix/store/bdxn2cw3xhczac9ksg8fw93smngd062f-packages.json.drv'... Going to be running update for following packages: - python3.11-py-serializable-1.0.0 Press Enter key to continue... Running update for: - python3.11-py-serializable-1.0.0: UPDATING ... - python3.11-py-serializable-1.0.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/py-serializable/default.nix b/pkgs/development/python-modules/py-serializable/default.nix index 12bdef693e20..0954993ccd1f 100644 --- a/pkgs/development/python-modules/py-serializable/default.nix +++ b/pkgs/development/python-modules/py-serializable/default.nix @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "py-serializable"; - version = "1.0.0"; + version = "1.0.1"; pyproject = true; disabled = pythonOlder "3.8"; @@ -20,7 +20,7 @@ buildPythonPackage rec { owner = "madpah"; repo = "serializable"; rev = "refs/tags/v${version}"; - hash = "sha256-7WYe3X4wVUC7HyYoCVQYWm61C+J3r91Ci8IHNeWBTVE="; + hash = "sha256-OsgFzT5qGyszO4jFYWIAgGY41s0ZBEMwCbWZeY189h4="; }; nativeBuildInputs = [ No auto update branch exists There might already be an open PR for this update: - python311Packages.py-serializable: 1.0.0 -> 1.0.1 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/288884"