python311Packages.pyclipper 1.3.0.post4 -> 1.3.0.post5 https://repology.org/project/python:pyclipper/versions attrpath: python311Packages.pyclipper 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/wnj9bvr1lx3pp1k3clkdb7bsx4ny8jmd-packages.json.drv building '/nix/store/wnj9bvr1lx3pp1k3clkdb7bsx4ny8jmd-packages.json.drv'... Going to be running update for following packages: - python3.11-pyclipper-1.3.0.post4 Press Enter key to continue... Running update for: - python3.11-pyclipper-1.3.0.post4: UPDATING ... - python3.11-pyclipper-1.3.0.post4: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/pyclipper/default.nix b/pkgs/development/python-modules/pyclipper/default.nix index 1b9eba36b96d..45e5ff27ee55 100644 --- a/pkgs/development/python-modules/pyclipper/default.nix +++ b/pkgs/development/python-modules/pyclipper/default.nix @@ -9,7 +9,7 @@ buildPythonPackage rec { pname = "pyclipper"; - version = "1.3.0.post4"; + version = "1.3.0.post5"; format = "setuptools"; disabled = pythonOlder "3.7"; @@ -18,7 +18,7 @@ buildPythonPackage rec { owner = "fonttools"; repo = pname; rev = "refs/tags/${version}"; - hash = "sha256-FMqOZ0WOorTtbdweeu9UdoUNWOPrcwc+0SK+55XxyQQ="; + hash = "sha256-FKpP+tgJFzhij3wDQsAgwrTNnny7lgmN+tlSQ9JgG+Q="; }; SETUPTOOLS_SCM_PRETEND_VERSION = version; No auto update branch exists Old version 1.3.0.post4" not present in staging derivation file with contents: { lib , fetchFromGitHub , buildPythonPackage , setuptools-scm , cython , pytestCheckHook , pythonOlder }: buildPythonPackage rec { pname = "pyclipper"; version = "1.3.0.post5"; format = "setuptools"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "fonttools"; repo = pname; rev = "refs/tags/${version}"; hash = "sha256-FKpP+tgJFzhij3wDQsAgwrTNnny7lgmN+tlSQ9JgG+Q="; }; SETUPTOOLS_SCM_PRETEND_VERSION = version; nativeBuildInputs = [ setuptools-scm cython ]; nativeCheckInputs = [ pytestCheckHook ]; pythonImportsCheck = [ "pyclipper" ]; meta = with lib; { description = "Cython wrapper for clipper library"; homepage = "https://github.com/fonttools/pyclipper"; license = licenses.mit; maintainers = with maintainers; [ matthuszagh ]; }; }