python310Packages.clickgen 2.1.3 -> 2.1.9 https://repology.org/project/python:clickgen/versions attrpath: python310Packages.clickgen 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/n71v5clmy1n5a9nc76cwp9h3r38zkvy1-packages.json.drv building '/nix/store/n71v5clmy1n5a9nc76cwp9h3r38zkvy1-packages.json.drv'... Going to be running update for following packages: - python3.10-clickgen-2.1.3 Press Enter key to continue... Running update for: - python3.10-clickgen-2.1.3: UPDATING ... - python3.10-clickgen-2.1.3: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/clickgen/default.nix b/pkgs/development/python-modules/clickgen/default.nix index c4598f86d9ac..68591b557d74 100644 --- a/pkgs/development/python-modules/clickgen/default.nix +++ b/pkgs/development/python-modules/clickgen/default.nix @@ -12,7 +12,7 @@ buildPythonPackage rec { pname = "clickgen"; - version = "2.1.3"; + version = "2.1.9"; format = "setuptools"; disabled = pythonOlder "3.8"; @@ -21,7 +21,7 @@ buildPythonPackage rec { owner = "ful1e5"; repo = "clickgen"; rev = "refs/tags/v${version}"; - hash = "sha256-qDaSfIeKCbyl3C2iKz9DYQc1oNwTe5xDlGg/yYhakSw="; + hash = "sha256-mSaltlX2eNRLJ09zN5Tim8mW8mnjPi10W4QIEpiBQvI="; }; propagatedBuildInputs = [ pillow toml numpy ]; No auto update branch exists Old version 2.1.3" not present in staging derivation file with contents: { lib , stdenv , buildPythonPackage , pythonOlder , fetchFromGitHub , attrs , pillow , pyyaml , toml , numpy , python , pytestCheckHook }: buildPythonPackage rec { pname = "clickgen"; version = "2.1.8"; format = "setuptools"; disabled = pythonOlder "3.8"; src = fetchFromGitHub { owner = "ful1e5"; repo = "clickgen"; rev = "refs/tags/v${version}"; hash = "sha256-74nOqaRZXLOSF4sjydAbF3sRMrw+21+fYDs3hiVSszA="; }; propagatedBuildInputs = [ attrs numpy pillow pyyaml toml ]; nativeCheckInputs = [ pytestCheckHook ]; postInstall = '' # Copying scripts directory needed by clickgen script at $out/bin/ cp -R src/clickgen/scripts $out/${python.sitePackages}/clickgen/scripts ''; pythonImportsCheck = [ "clickgen" ]; meta = with lib; { homepage = "https://github.com/ful1e5/clickgen"; description = "The hassle-free cursor building toolbox"; longDescription = '' clickgen is API for building X11 and Windows Cursors from .png files. clickgen is using anicursorgen and xcursorgen under the hood. ''; license = licenses.mit; maintainers = with maintainers; [ AdsonCicilioti ]; # fails with: # ld: unknown option: -zdefs broken = stdenv.isDarwin; }; }