python310Packages.pycairo 0 -> 1 attrpath: python310Packages.pycairo 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 [updateScript] [updateScript] Success [updateScript] this derivation will be built: /nix/store/rjy8xidg9v908p9xh3fwsayswkbd2dwk-packages.json.drv building '/nix/store/rjy8xidg9v908p9xh3fwsayswkbd2dwk-packages.json.drv'... Going to be running update for following packages: - python3.10-pycairo-1.21.0 Press Enter key to continue... Running update for: - python3.10-pycairo-1.21.0: UPDATING ... - python3.10-pycairo-1.21.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/pycairo/default.nix b/pkgs/development/python-modules/pycairo/default.nix index ee77b3e1035..5d17ecef038 100644 --- a/pkgs/development/python-modules/pycairo/default.nix +++ b/pkgs/development/python-modules/pycairo/default.nix @@ -13,7 +13,7 @@ buildPythonPackage rec { pname = "pycairo"; - version = "1.21.0"; + version = "1.23.0"; disabled = pythonOlder "3.6"; @@ -23,7 +23,7 @@ buildPythonPackage rec { owner = "pygobject"; repo = "pycairo"; rev = "refs/tags/v${version}"; - sha256 = "sha256-cwkGN5O15DduCLkFWeh8DPO4lY64iIlCQaUsCBKB8Mw="; + sha256 = "sha256-tkyVTJUdL2pBpBUpWsiDPKnd5OV88w3TdEOMxMc+hPM="; }; nativeBuildInputs = [ No auto update branch exists Old version 1.21.0" not present in staging derivation file with contents: { lib , pythonOlder , fetchFromGitHub , meson , ninja , buildPythonPackage , pytestCheckHook , pkg-config , cairo , libxcrypt , python }: buildPythonPackage rec { pname = "pycairo"; version = "1.23.0"; disabled = pythonOlder "3.6"; format = "other"; src = fetchFromGitHub { owner = "pygobject"; repo = "pycairo"; rev = "refs/tags/v${version}"; sha256 = "sha256-tkyVTJUdL2pBpBUpWsiDPKnd5OV88w3TdEOMxMc+hPM="; }; nativeBuildInputs = [ meson ninja pkg-config ]; buildInputs = [ cairo ] ++ lib.optionals (pythonOlder "3.9") [ libxcrypt ]; checkInputs = [ pytestCheckHook ]; mesonFlags = [ # This is only used for figuring out what version of Python is in # use, and related stuff like figuring out what the install prefix # should be, but it does need to be able to execute Python code. "-Dpython=${python.pythonForBuild.interpreter}" ]; meta = with lib; { description = "Python 3 bindings for cairo"; homepage = "https://pycairo.readthedocs.io/"; license = with licenses; [ lgpl21Only mpl11 ]; platforms = lib.platforms.linux ++ lib.platforms.darwin; }; }