python310Packages.jiwer 3.0.2 -> 3.0.3 https://repology.org/project/python:jiwer/versions attrpath: python310Packages.jiwer 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/jj6m3dmcfmhsk8v3652hyb7vqfya0ypw-packages.json.drv building '/nix/store/jj6m3dmcfmhsk8v3652hyb7vqfya0ypw-packages.json.drv'... Going to be running update for following packages: - python3.10-jiwer-3.0.2 Press Enter key to continue... Running update for: - python3.10-jiwer-3.0.2: UPDATING ... - python3.10-jiwer-3.0.2: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/jiwer/default.nix b/pkgs/development/python-modules/jiwer/default.nix index b92d1e71755a..d042726daa6a 100644 --- a/pkgs/development/python-modules/jiwer/default.nix +++ b/pkgs/development/python-modules/jiwer/default.nix @@ -10,7 +10,7 @@ buildPythonPackage rec { pname = "jiwer"; - version = "3.0.2"; + version = "3.0.3"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -19,7 +19,7 @@ buildPythonPackage rec { owner = "jitsi"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-z+M0/mftitLV2OaaQvTdRehtt16FFeBjqR//S5ad1XE="; + hash = "sha256-32bpSBYl6yxb4lJhHnfnYhtye7DaBZT0VAe9rDcleTc="; }; nativeBuildInputs = [ No auto update branch exists Old version 3.0.2" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , poetry-core , pythonRelaxDepsHook , rapidfuzz , click , pythonOlder }: buildPythonPackage rec { pname = "jiwer"; version = "3.0.3"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "jitsi"; repo = pname; rev = "refs/tags/v${version}"; hash = "sha256-32bpSBYl6yxb4lJhHnfnYhtye7DaBZT0VAe9rDcleTc="; }; nativeBuildInputs = [ poetry-core pythonRelaxDepsHook ]; propagatedBuildInputs = [ rapidfuzz click ]; pythonRelaxDeps = [ "rapidfuzz" ]; pythonImportsCheck = [ "jiwer" ]; meta = with lib; { description = "A simple and fast python package to evaluate an automatic speech recognition system"; homepage = "https://github.com/jitsi/jiwer"; changelog = "https://github.com/jitsi/jiwer/releases/tag/v${version}"; license = licenses.asl20; maintainers = with maintainers; [ GaetanLepage ]; }; }