python310Packages.josepy 0 -> 1 attrpath: python310Packages.josepy Checking auto update branch... [version] [version] generic version rewriter does not support multiple hashes [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/9x6sqriyighxmls6n66l6acjx895vhjn-packages.json.drv building '/nix/store/9x6sqriyighxmls6n66l6acjx895vhjn-packages.json.drv'... Going to be running update for following packages: - python3.10-josepy-1.13.0 Press Enter key to continue... Running update for: - python3.10-josepy-1.13.0: UPDATING ... - python3.10-josepy-1.13.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/josepy/default.nix b/pkgs/development/python-modules/josepy/default.nix index f8a76641f537..0aa13e197ed6 100644 --- a/pkgs/development/python-modules/josepy/default.nix +++ b/pkgs/development/python-modules/josepy/default.nix @@ -10,14 +10,14 @@ buildPythonPackage rec { pname = "josepy"; - version = "1.13.0"; + version = "1.14.0"; format = "setuptools"; disabled = pythonOlder "3.6"; src = fetchPypi { inherit pname version; - hash = "sha256-iTHa84+KTIUnSg6LfLJa3f2NHyj5+4++0FPdUa7HXck="; + hash = "sha256-MIs7+c6CWtTUu6djcs8ZtdwcLOlqnSmPlkKXXmS9E90="; }; patches = [ No auto update branch exists Old version 1.13.0" not present in staging derivation file with contents: { lib , buildPythonPackage , cryptography , fetchPypi , poetry-core , pyopenssl , pytestCheckHook , pythonOlder }: buildPythonPackage rec { pname = "josepy"; version = "1.14.0"; pyproject = true; disabled = pythonOlder "3.7"; src = fetchPypi { inherit pname version; hash = "sha256-MIs7+c6CWtTUu6djcs8ZtdwcLOlqnSmPlkKXXmS9E90="; }; nativeBuildInputs = [ poetry-core ]; propagatedBuildInputs = [ pyopenssl cryptography ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "josepy" ]; meta = with lib; { changelog = "https://github.com/certbot/josepy/blob/v${version}/CHANGELOG.rst"; description = "JOSE protocol implementation in Python"; homepage = "https://github.com/certbot/josepy"; license = licenses.asl20; maintainers = with maintainers; [ dotlambda ]; }; }