python310Packages.fugashi 1.2.1 -> 1.3.0 https://repology.org/project/python:fugashi/versions attrpath: python310Packages.fugashi 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/zcb6isldglmg3v27pcsx3pjlxyj4kr3m-packages.json.drv building '/nix/store/zcb6isldglmg3v27pcsx3pjlxyj4kr3m-packages.json.drv'... Going to be running update for following packages: - python3.10-fugashi-1.2.1 Press Enter key to continue... Running update for: - python3.10-fugashi-1.2.1: UPDATING ... - python3.10-fugashi-1.2.1: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/fugashi/default.nix b/pkgs/development/python-modules/fugashi/default.nix index 6a8c1ac9db2d..264771ed5a4b 100644 --- a/pkgs/development/python-modules/fugashi/default.nix +++ b/pkgs/development/python-modules/fugashi/default.nix @@ -13,7 +13,7 @@ buildPythonPackage rec { pname = "fugashi"; - version = "1.2.1"; + version = "1.3.0"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -21,7 +21,7 @@ buildPythonPackage rec { owner = "polm"; repo = "fugashi"; rev = "refs/tags/v${version}"; - hash = "sha256-VDqRhJiNDbKFE284EAUS0d5T9cl8kgyHjh+r/HjjDY8="; + hash = "sha256-4i7Q+TtXTQNSJ1EIcS8KHrVPdCJAgZh86Y6lB8772XU="; }; SETUPTOOLS_SCM_PRETEND_VERSION = version; No auto update branch exists Old version 1.2.1" not present in staging derivation file with contents: { lib , fetchFromGitHub , pythonOlder , pytestCheckHook , buildPythonPackage , cython , mecab , setuptools-scm , ipadic , unidic , unidic-lite }: buildPythonPackage rec { pname = "fugashi"; version = "1.3.0"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "polm"; repo = "fugashi"; rev = "refs/tags/v${version}"; hash = "sha256-4i7Q+TtXTQNSJ1EIcS8KHrVPdCJAgZh86Y6lB8772XU="; }; SETUPTOOLS_SCM_PRETEND_VERSION = version; nativeBuildInputs = [ cython mecab setuptools-scm ]; nativeCheckInputs = [ ipadic pytestCheckHook ] ++ passthru.optional-dependencies.unidic-lite; passthru.optional-dependencies = { unidic-lite = [ unidic-lite ]; unidic = [ unidic ]; }; preCheck = '' cd fugashi ''; pythonImportsCheck = [ "fugashi" ]; meta = with lib; { description = "A Cython MeCab wrapper for fast, pythonic Japanese tokenization and morphological analysis"; homepage = "https://github.com/polm/fugashi"; changelog = "https://github.com/polm/fugashi/releases/tag/${version}"; license = licenses.mit; maintainers = with maintainers; [ laurent-f1z1 ]; }; }