2023-01-01T15:23:37 python310Packages.mizani 0 -> 1 2023-01-01T15:23:39 attrpath: python310Packages.mizani 2023-01-01T15:23:39 Checking auto update branch... 2023-01-01T15:23:44 [version] 2023-01-01T15:23:44 [version] skipping because derivation has updateScript 2023-01-01T15:23:44 [rustCrateVersion] 2023-01-01T15:23:44 [rustCrateVersion] No cargoSha256 found 2023-01-01T15:23:44 [golangModuleVersion] 2023-01-01T15:23:44 [golangModuleVersion] Not a buildGoModule package with vendorSha256 2023-01-01T15:23:44 [updateScript] 2023-01-01T15:23:46 [updateScript] Success 2023-01-01T15:23:46 [updateScript] this derivation will be built: /nix/store/nh168b8sh3pjgxlnds9knklha5lqvy3p-packages.json.drv building '/nix/store/nh168b8sh3pjgxlnds9knklha5lqvy3p-packages.json.drv'... Going to be running update for following packages: - python3.10-mizani-0.7.4 Press Enter key to continue... Running update for: - python3.10-mizani-0.7.4: UPDATING ... - python3.10-mizani-0.7.4: DONE. Packages updated! 2023-01-01T15:23:46 2023-01-01T15:23:46 [quotedUrls] 2023-01-01T15:23:46 [quotedUrls] nothing found to replace 2023-01-01T15:23:47 Diff after rewrites: diff --git a/pkgs/development/python-modules/mizani/default.nix b/pkgs/development/python-modules/mizani/default.nix index 8cd4eb98330..8c393253bc6 100644 --- a/pkgs/development/python-modules/mizani/default.nix +++ b/pkgs/development/python-modules/mizani/default.nix @@ -11,7 +11,7 @@ buildPythonPackage rec { pname = "mizani"; - version = "0.7.4"; + version = "0.8.1"; format = "setuptools"; disabled = pythonOlder "3.8"; @@ -19,8 +19,8 @@ buildPythonPackage rec { src = fetchFromGitHub { owner = "has2k1"; repo = pname; - rev = "v${version}"; - hash = "sha256-oqbo/aQ5L1nQO8BvXH6/8PBPiWcv2m/LUjwow8+J90w="; + rev = "refs/tags/v${version}"; + hash = "sha256-VE0M5/s8/XmmAe8EE/FcHBFGc9ppVWuYOYMuajQeZww="; }; propagatedBuildInputs = [ 2023-01-01T15:25:16 Old version 0.7.4" not present in master derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , matplotlib , palettable , pandas , pytestCheckHook , pythonOlder , scipy , setuptools-scm }: buildPythonPackage rec { pname = "mizani"; version = "0.8.1"; format = "pyproject"; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "has2k1"; repo = pname; rev = "v${version}"; hash = "sha256-VE0M5/s8/XmmAe8EE/FcHBFGc9ppVWuYOYMuajQeZww="; }; nativeBuildInputs = [ setuptools-scm ]; propagatedBuildInputs = [ matplotlib palettable pandas scipy ]; checkInputs = [ pytestCheckHook ]; postPatch = '' substituteInPlace pytest.ini \ --replace " --cov=mizani --cov-report=xml" "" ''; pythonImportsCheck = [ "mizani" ]; meta = with lib; { description = "Scales for Python"; homepage = "https://github.com/has2k1/mizani"; changelog = "https://github.com/has2k1/mizani/releases/tag/v${version}"; license = licenses.bsd3; maintainers = with maintainers; [ samuela ]; }; }