python311Packages.monzopy 0 -> 1 attrpath: python311Packages.monzopy 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/zvkbgmnk7nyxmvdscigiw1pfn7v9m32k-packages.json.drv building '/nix/store/zvkbgmnk7nyxmvdscigiw1pfn7v9m32k-packages.json.drv'... Going to be running update for following packages: - python3.11-monzopy-1.3.0 Press Enter key to continue... Running update for: - python3.11-monzopy-1.3.0: UPDATING ... - python3.11-monzopy-1.3.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/monzopy/default.nix b/pkgs/development/python-modules/monzopy/default.nix index d0ba25067131..78b46a115f53 100644 --- a/pkgs/development/python-modules/monzopy/default.nix +++ b/pkgs/development/python-modules/monzopy/default.nix @@ -9,7 +9,7 @@ buildPythonPackage rec { pname = "monzopy"; - version = "1.3.0"; + version = "1.3.1"; pyproject = true; disabled = pythonOlder "3.10"; @@ -18,7 +18,7 @@ buildPythonPackage rec { owner = "JakeMartin-ICL"; repo = "monzopy"; rev = "refs/tags/v${version}"; - hash = "sha256-IphTVtmoeqRe6EJRpI0Y0R9NzxgfAOtpXrUpq7oAUBU="; + hash = "sha256-AoBfcQ0rilUPMvLCjU2Y+P/wVnb+I40vmq+5lS5eSto="; }; build-system = [ setuptools ]; No auto update branch exists Old version 1.3.0" not present in master derivation file with contents: { lib, aiohttp, buildPythonPackage, fetchFromGitHub, setuptools, pythonOlder, }: buildPythonPackage rec { pname = "monzopy"; version = "1.3.1"; pyproject = true; disabled = pythonOlder "3.10"; src = fetchFromGitHub { owner = "JakeMartin-ICL"; repo = "monzopy"; rev = "refs/tags/v${version}"; hash = "sha256-AoBfcQ0rilUPMvLCjU2Y+P/wVnb+I40vmq+5lS5eSto="; }; build-system = [ setuptools ]; dependencies = [ aiohttp ]; # Module has no tests doCheck = false; pythonImportsCheck = [ "monzopy" ]; meta = with lib; { description = "Module to work with the Monzo API"; homepage = "https://github.com/JakeMartin-ICL/monzopy"; changelog = "https://github.com/JakeMartin-ICL/monzopy/releases/tag/v${version}"; license = licenses.gpl3Only; maintainers = with maintainers; [ fab ]; }; }