python311Packages.sympy 0 -> 1 attrpath: python311Packages.sympy 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/mhvlzidngny8h12hch16yqg7zdgal8xj-packages.json.drv building '/nix/store/mhvlzidngny8h12hch16yqg7zdgal8xj-packages.json.drv'... Going to be running update for following packages: - python3.11-sympy-1.12 Press Enter key to continue... Running update for: - python3.11-sympy-1.12: UPDATING ... - python3.11-sympy-1.12: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/sympy/default.nix b/pkgs/development/python-modules/sympy/default.nix index 2337f161b5b7..c9978724763b 100644 --- a/pkgs/development/python-modules/sympy/default.nix +++ b/pkgs/development/python-modules/sympy/default.nix @@ -11,12 +11,12 @@ buildPythonPackage rec { pname = "sympy"; - version = "1.12"; + version = "1.12.1"; format = "setuptools"; src = fetchPypi { inherit pname version; - hash = "sha256-6/WVyNrD4P3EFSxRh4tJg5bsfzDnqRTWBx5nTUlCD7g="; + hash = "sha256-KHewP5mM2MCPB80N5bdnEZzT70DQn0HDDXIvZoaw+4g="; }; nativeCheckInputs = [ glibcLocales ]; No auto update branch exists Old version 1.12" not present in staging derivation file with contents: { lib, buildPythonPackage, fetchPypi, glibcLocales, mpmath, # Reverse dependency sage, }: buildPythonPackage rec { pname = "sympy"; version = "1.12.1"; format = "setuptools"; src = fetchPypi { inherit pname version; hash = "sha256-KHewP5mM2MCPB80N5bdnEZzT70DQn0HDDXIvZoaw+4g="; }; nativeCheckInputs = [ glibcLocales ]; propagatedBuildInputs = [ mpmath ]; # tests take ~1h doCheck = false; pythonImportsCheck = [ "sympy" ]; preCheck = '' export LANG="en_US.UTF-8" ''; passthru.tests = { inherit sage; }; meta = with lib; { description = "Python library for symbolic mathematics"; mainProgram = "isympy"; homepage = "https://www.sympy.org/"; license = licenses.bsd3; maintainers = with maintainers; [ lovek323 ] ++ teams.sage.members; }; }