python311Packages.pyavm 0.9.5 -> 0.9.6 https://repology.org/project/python:pyavm/versions attrpath: python311Packages.pyavm 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/6b968ncxswnik4gqygyawdjr2jb45m5g-packages.json.drv building '/nix/store/6b968ncxswnik4gqygyawdjr2jb45m5g-packages.json.drv'... Going to be running update for following packages: - python3.11-pyavm-0.9.5 Press Enter key to continue... Running update for: - python3.11-pyavm-0.9.5: UPDATING ... - python3.11-pyavm-0.9.5: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/pyavm/default.nix b/pkgs/development/python-modules/pyavm/default.nix index ef8a82a1cd42..4e18d6a2801d 100644 --- a/pkgs/development/python-modules/pyavm/default.nix +++ b/pkgs/development/python-modules/pyavm/default.nix @@ -9,13 +9,13 @@ buildPythonPackage rec { pname = "pyavm"; - version = "0.9.5"; + version = "0.9.6"; format = "setuptools"; src = fetchPypi { pname = "PyAVM"; inherit version; - hash = "sha256-gV78ypvYwohHmdjP3lN5F97PfmxuV91tvw5gsYeZ7i8="; + hash = "sha256-s7eLPoAHDbY9tPt3RA5zJg+NuTtVV/SqpUUR3NrG8m0="; }; propagatedBuildInputs = [ No auto update branch exists Old version 0.9.5" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchPypi # build-system , setuptools , setuptools-scm # tests , astropy , numpy , pillow , pytestCheckHook }: buildPythonPackage rec { pname = "pyavm"; version = "0.9.6"; pyproject = true; src = fetchPypi { pname = "PyAVM"; inherit version; hash = "sha256-s7eLPoAHDbY9tPt3RA5zJg+NuTtVV/SqpUUR3NrG8m0="; }; nativeBuildInputs = [ setuptools setuptools-scm ]; nativeCheckInputs = [ astropy numpy pillow pytestCheckHook ]; pythonImportsCheck = [ "pyavm" ]; meta = with lib; { description = "Simple pure-python AVM meta-data handling"; homepage = "https://astrofrog.github.io/pyavm/"; license = licenses.mit; maintainers = with maintainers; [ smaret ]; }; }