python310Packages.email-validator 0 -> 1 attrpath: python310Packages.email-validator 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 [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/4m313j9knfk015ljhl07hmigfsrs3yz4-packages.json.drv building '/nix/store/4m313j9knfk015ljhl07hmigfsrs3yz4-packages.json.drv'... Going to be running update for following packages: - python3.10-email-validator-1.3.0 Press Enter key to continue... Running update for: - python3.10-email-validator-1.3.0: UPDATING ... - python3.10-email-validator-1.3.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/email-validator/default.nix b/pkgs/development/python-modules/email-validator/default.nix index bf106a26dad..b9f1013c46b 100644 --- a/pkgs/development/python-modules/email-validator/default.nix +++ b/pkgs/development/python-modules/email-validator/default.nix @@ -8,13 +8,13 @@ buildPythonPackage rec { pname = "email-validator"; - version = "1.3.0"; + version = "1.3.1"; src = fetchFromGitHub { owner = "JoshData"; repo = "python-${pname}"; rev = "refs/tags/v${version}"; - hash = "sha256-mflUF2ZKYhCiQEoG+fKI+K266dukuSzG9cyg6gwBcTo="; + hash = "sha256-JW6Yrotm3HjUOUtNFxRorkrJKjzuwIXwjpUuMWEyLV0="; }; propagatedBuildInputs = [ No auto update branch exists There might already be an open PR for this update: - python310Packages.email-validator: 1.3.0 -> 1.3.1 URL "https://api.github.com/repos/NixOS/nixpkgs/issues/213582"