python310Packages.formulaic 0 -> 1 attrpath: python310Packages.formulaic 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/i0gpshw1wd38sr1003qck4ijlfpcy262-packages.json.drv building '/nix/store/i0gpshw1wd38sr1003qck4ijlfpcy262-packages.json.drv'... Going to be running update for following packages: - python3.10-formulaic-0.6.4 Press Enter key to continue... Running update for: - python3.10-formulaic-0.6.4: UPDATING ... - python3.10-formulaic-0.6.4: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/formulaic/default.nix b/pkgs/development/python-modules/formulaic/default.nix index fcb8ddc1b00b..e119eb9f3b4f 100644 --- a/pkgs/development/python-modules/formulaic/default.nix +++ b/pkgs/development/python-modules/formulaic/default.nix @@ -17,7 +17,7 @@ buildPythonPackage rec { pname = "formulaic"; - version = "0.6.4"; + version = "0.6.6"; format = "pyproject"; @@ -25,7 +25,7 @@ buildPythonPackage rec { owner = "matthewwardrop"; repo = "formulaic"; rev = "refs/tags/v${version}"; - hash = "sha256-lpza5FDO/QOsiLYdxNT1o62lHfFeD6YahFz/zgH3K0I="; + hash = "sha256-82+j3JAkjltXuzRhdvO4hoesSTWlNCY6w2mn6TsZqGM="; }; SETUPTOOLS_SCM_PRETEND_VERSION = version; No auto update branch exists Old version 0.6.4" not present in master derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , pytestCheckHook , hatchling , hatch-vcs , git , astor , interface-meta , numpy , pandas , scipy , sympy , wrapt , typing-extensions }: buildPythonPackage rec { pname = "formulaic"; version = "0.6.6"; format = "pyproject"; src = fetchFromGitHub { owner = "matthewwardrop"; repo = "formulaic"; rev = "refs/tags/v${version}"; hash = "sha256-82+j3JAkjltXuzRhdvO4hoesSTWlNCY6w2mn6TsZqGM="; }; SETUPTOOLS_SCM_PRETEND_VERSION = version; nativeBuildInputs = [ hatchling hatch-vcs ]; propagatedBuildInputs = [ astor numpy pandas scipy wrapt typing-extensions interface-meta sympy ]; pythonImportsCheck = [ "formulaic" ]; nativeCheckInputs = [ pytestCheckHook ]; disabledTestPaths = [ "tests/transforms/test_poly.py" ]; meta = { homepage = "https://matthewwardrop.github.io/formulaic/"; description = "High-performance implementation of Wilkinson formulas for"; license = lib.licenses.mit; maintainers = with lib.maintainers; [ swflint ]; }; }