python310Packages.cycler 0.11.0 -> 0.12.1 https://repology.org/project/python:cycler/versions attrpath: python310Packages.cycler 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-cycler-0.11.0 Press Enter key to continue... Running update for: - python3.10-cycler-0.11.0: UPDATING ... - python3.10-cycler-0.11.0: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/cycler/default.nix b/pkgs/development/python-modules/cycler/default.nix index 07be526f659b..5b9c87fe8da7 100644 --- a/pkgs/development/python-modules/cycler/default.nix +++ b/pkgs/development/python-modules/cycler/default.nix @@ -9,12 +9,12 @@ buildPythonPackage rec { pname = "cycler"; - version = "0.11.0"; + version = "0.12.1"; format = "setuptools"; src = fetchPypi { inherit pname version; - sha256 = "9c87405839a19696e837b3b818fed3f5f69f16f1eec1a1ad77e043dcea9c772f"; + sha256 = "sha256-iLsSjwK6NB2o70RyRanhOPrnd/aiOUPaRUAHfTYB6xw="; }; nativeCheckInputs = [ coverage nose ]; No auto update branch exists Old version 0.11.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub # build-system , setuptools # tests , pytest-xdist , pytestCheckHook }: buildPythonPackage rec { pname = "cycler"; version = "0.12.1"; pyproject = true; src = fetchFromGitHub { owner = "matplotlib"; repo = "cycler"; rev = "refs/tags/v${version}"; hash = "sha256-5L0APSi/mJ85SuKCVz+c6Fn8zZNpRm6vCeBO0fpGKxg="; }; nativeBuildInputs = [ setuptools ]; nativeCheckInputs = [ pytest-xdist pytestCheckHook ]; meta = { changelog = "https://github.com/matplotlib/cycler/releases/tag/v${version}"; description = "Composable style cycles"; homepage = "https://github.com/matplotlib/cycler"; license = lib.licenses.bsd3; maintainers = with lib.maintainers; [ fridh ]; }; }