python310Packages.aeppl 0 -> 1 attrpath: python310Packages.aeppl 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 [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/ynvkz38h0z46ksiw7bpq0raxv7jagy4q-packages.json.drv building '/nix/store/ynvkz38h0z46ksiw7bpq0raxv7jagy4q-packages.json.drv'... Going to be running update for following packages: - python3.10-aeppl-0.0.50 Press Enter key to continue... Running update for: - python3.10-aeppl-0.0.50: UPDATING ... - python3.10-aeppl-0.0.50: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/aeppl/default.nix b/pkgs/development/python-modules/aeppl/default.nix index 039abb2fb68..8af576c153b 100644 --- a/pkgs/development/python-modules/aeppl/default.nix +++ b/pkgs/development/python-modules/aeppl/default.nix @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "aeppl"; - version = "0.0.50"; + version = "0.1.2"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -20,7 +20,7 @@ buildPythonPackage rec { owner = "aesara-devs"; repo = pname; rev = "refs/tags/v${version}"; - hash = "sha256-cc41MspG2mXlNwLz7ViPPqXH/ayskVmms5SXqBo9g3Y="; + hash = "sha256-SxMuYKnV4VBv38CcAI7NCvHutSEB+coHnw5b1RPEpzY="; }; propagatedBuildInputs = [ No auto update branch exists Old version 0.0.50" not present in staging derivation file with contents: { lib , aesara , buildPythonPackage , fetchFromGitHub , numdifftools , numpy , pytestCheckHook , pythonOlder , scipy }: buildPythonPackage rec { pname = "aeppl"; version = "0.1.2"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "aesara-devs"; repo = pname; rev = "refs/tags/v${version}"; hash = "sha256-SxMuYKnV4VBv38CcAI7NCvHutSEB+coHnw5b1RPEpzY="; }; propagatedBuildInputs = [ aesara numpy scipy ]; nativeCheckInputs = [ numdifftools pytestCheckHook ]; preCheck = '' export HOME=$(mktemp -d); ''; pythonImportsCheck = [ "aeppl" ]; disabledTests = [ # Compute issue "test_initial_values" ]; meta = with lib; { description = "Library for an Aesara-based PPL"; homepage = "https://github.com/aesara-devs/aeppl"; changelog = "https://github.com/aesara-devs/aeppl/releases/tag/v${version}"; license = licenses.mit; maintainers = with maintainers; [ fab ]; }; }