python310Packages.somajo 2.2.4 -> 2.3.1 https://repology.org/project/python:somajo/versions attrpath: python310Packages.somajo 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/hhaqy3yx19b8nsavym9077c9vbi707f6-packages.json.drv building '/nix/store/hhaqy3yx19b8nsavym9077c9vbi707f6-packages.json.drv'... Going to be running update for following packages: - python3.10-somajo-2.2.4 Press Enter key to continue... Running update for: - python3.10-somajo-2.2.4: UPDATING ... - python3.10-somajo-2.2.4: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/somajo/default.nix b/pkgs/development/python-modules/somajo/default.nix index 98f98741a986..49665edfe217 100644 --- a/pkgs/development/python-modules/somajo/default.nix +++ b/pkgs/development/python-modules/somajo/default.nix @@ -8,7 +8,7 @@ buildPythonPackage rec { pname = "somajo"; - version = "2.2.4"; + version = "2.3.1"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -17,7 +17,7 @@ buildPythonPackage rec { owner = "tsproisl"; repo = "SoMaJo"; rev = "refs/tags/v${version}"; - hash = "sha256-vO3wEM3WkPQqq+ureJY+cpRHQ4cOLPV6DukA5LOscEM="; + hash = "sha256-3A2et4pl92LsRtEx2Ki8Soz3n1nZEGQGPc3ZIBDojNM="; }; propagatedBuildInputs = [ No auto update branch exists Old version 2.2.4" not present in staging derivation file with contents: { lib , stdenv , fetchFromGitHub , buildPythonPackage , pythonOlder , regex }: buildPythonPackage rec { pname = "somajo"; version = "2.3.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "tsproisl"; repo = "SoMaJo"; rev = "refs/tags/v${version}"; hash = "sha256-CNGSol77Q3uAZPLeV43NhIffO31tnZoMYOsevkZh3pc="; }; propagatedBuildInputs = [ regex ]; # loops forever doCheck = !stdenv.isDarwin; pythonImportsCheck = [ "somajo" ]; meta = with lib; { description = "Tokenizer and sentence splitter for German and English web texts"; homepage = "https://github.com/tsproisl/SoMaJo"; license = licenses.gpl3Plus; maintainers = with maintainers; [ ]; }; }