python312Packages.voluptuous 0.14.1 -> 0.14.2 https://github.com/alecthomas/voluptuous/releases attrpath: python312Packages.voluptuous 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/bvz4yjzrw8wqxh5p8zalhx9fsrmndjz2-packages.json.drv building '/nix/store/bvz4yjzrw8wqxh5p8zalhx9fsrmndjz2-packages.json.drv'... Going to be running update for following packages: - python3.12-voluptuous-0.14.1 Press Enter key to continue... Running update for: - python3.12-voluptuous-0.14.1: UPDATING ... - python3.12-voluptuous-0.14.1: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/voluptuous/default.nix b/pkgs/development/python-modules/voluptuous/default.nix index 47e3d029106b..1f9d53412d3d 100644 --- a/pkgs/development/python-modules/voluptuous/default.nix +++ b/pkgs/development/python-modules/voluptuous/default.nix @@ -8,7 +8,7 @@ buildPythonPackage rec { pname = "voluptuous"; - version = "0.14.1"; + version = "0.14.2"; pyproject = true; disabled = pythonOlder "3.7"; @@ -17,7 +17,7 @@ buildPythonPackage rec { owner = "alecthomas"; repo = "voluptuous"; rev = "refs/tags/${version}"; - hash = "sha256-7KXuypcKoqZboHTzoNKK5sYUR57wWGJu6y9zkLecep0="; + hash = "sha256-2a4lid9NibbvhHfs/fcyHgPRZ2HirIKuPYxMsl5oA4o="; }; nativeBuildInputs = [ No auto update branch exists Old version 0.14.1" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , setuptools , pytestCheckHook , pythonOlder }: buildPythonPackage rec { pname = "voluptuous"; version = "0.14.2"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "alecthomas"; repo = "voluptuous"; rev = "refs/tags/${version}"; hash = "sha256-2a4lid9NibbvhHfs/fcyHgPRZ2HirIKuPYxMsl5oA4o="; }; nativeBuildInputs = [ setuptools ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "voluptuous" ]; pytestFlagsArray = [ "voluptuous/tests/" ]; meta = with lib; { description = "Python data validation library"; downloadPage = "https://github.com/alecthomas/voluptuous"; homepage = "http://alecthomas.github.io/voluptuous/"; changelog = "https://github.com/alecthomas/voluptuous/blob/${version}/CHANGELOG.md"; license = licenses.bsd3; maintainers = with maintainers; [ fab ]; }; }