kdev-python 22.12.0 -> 22.12.1 https://repology.org/metapackage/kdev-python/versions attrpath: kdev-python Checking auto update branch... No auto update branch exists Old version 22.12.0" not present in master derivation file with contents: { mkDerivation, lib, cmake, extra-cmake-modules , threadweaver, ktexteditor, kdevelop-unwrapped, python39 }: let # FIXME: stick with python 3.9 until MR supporting 3.10 is ready: # https://invent.kde.org/kdevelop/kdev-python/-/merge_requests/16 python = python39; in mkDerivation rec { pname = "kdev-python"; cmakeFlags = [ "-DPYTHON_EXECUTABLE=${python}/bin/python" ]; nativeBuildInputs = [ cmake extra-cmake-modules ]; buildInputs = [ threadweaver ktexteditor kdevelop-unwrapped ]; dontWrapQtApps = true; meta = with lib; { maintainers = [ maintainers.aanderse ]; platforms = platforms.linux; description = "Python support for KDevelop"; homepage = "https://www.kdevelop.org"; license = [ licenses.gpl2 ]; }; } kdev-python 22.12.0 -> 22.12.1 https://repology.org/metapackage/kdev-python/versions attrpath: kdev-python Checking auto update branch... No auto update branch exists Old version 22.12.0" not present in master derivation file with contents: { mkDerivation, lib, cmake, extra-cmake-modules , threadweaver, ktexteditor, kdevelop-unwrapped, python39 }: let # FIXME: stick with python 3.9 until MR supporting 3.10 is ready: # https://invent.kde.org/kdevelop/kdev-python/-/merge_requests/16 python = python39; in mkDerivation rec { pname = "kdev-python"; cmakeFlags = [ "-DPYTHON_EXECUTABLE=${python}/bin/python" ]; nativeBuildInputs = [ cmake extra-cmake-modules ]; buildInputs = [ threadweaver ktexteditor kdevelop-unwrapped ]; dontWrapQtApps = true; meta = with lib; { maintainers = [ maintainers.aanderse ]; platforms = platforms.linux; description = "Python support for KDevelop"; homepage = "https://www.kdevelop.org"; license = [ licenses.gpl2 ]; }; }