python310Packages.coconut 0 -> 1 attrpath: python310Packages.coconut 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] Going to be running update for following packages: - python3.10-coconut-3.0.3 Press Enter key to continue... Running update for: - python3.10-coconut-3.0.3: UPDATING ... - python3.10-coconut-3.0.3: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/coconut/default.nix b/pkgs/development/python-modules/coconut/default.nix index 1c930529a31e..93afe3d9c428 100644 --- a/pkgs/development/python-modules/coconut/default.nix +++ b/pkgs/development/python-modules/coconut/default.nix @@ -14,14 +14,14 @@ buildPythonPackage rec { pname = "coconut"; - version = "3.0.3"; + version = "3.0.4"; format = "setuptools"; src = fetchFromGitHub { owner = "evhub"; repo = "coconut"; rev = "refs/tags/v${version}"; - hash = "sha256-u1tcIu0U1VZrUx2hVdtRDv1N4jVf176kQSw47/7lOXY="; + hash = "sha256-TIYep9EuCfcN8bp0vkaoB5W626lrD4PVh+oYKmVrfeY="; }; propagatedBuildInputs = [ cpyparsing ipykernel mypy pygments prompt-toolkit watchdog ]; No auto update branch exists Old version 3.0.3" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , cpyparsing , ipykernel , mypy , pexpect , pygments , pytestCheckHook , prompt-toolkit , setuptools , tkinter , watchdog }: buildPythonPackage rec { pname = "coconut"; version = "3.0.4"; pyproject = true; src = fetchFromGitHub { owner = "evhub"; repo = "coconut"; rev = "refs/tags/v${version}"; hash = "sha256-TIYep9EuCfcN8bp0vkaoB5W626lrD4PVh+oYKmVrfeY="; }; nativeBuildInputs = [ setuptools ]; propagatedBuildInputs = [ cpyparsing ipykernel mypy pygments prompt-toolkit setuptools watchdog ]; nativeCheckInputs = [ pexpect pytestCheckHook tkinter ]; # Currently most tests have performance issues pytestFlagsArray = [ "coconut/tests/constants_test.py" ]; pythonImportsCheck = [ "coconut" ]; meta = with lib; { homepage = "http://coconut-lang.org/"; description = "Simple, elegant, Pythonic functional programming"; license = licenses.asl20; maintainers = with maintainers; [ fabianhjr ]; }; }