python312Packages.uc-micro-py 1.0.2 -> 1.0.3 https://github.com/tsutsu3/uc.micro-py/releases attrpath: python312Packages.uc-micro-py 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/12a1i9maassn20knd7v1gl14gngxvf4g-packages.json.drv building '/nix/store/12a1i9maassn20knd7v1gl14gngxvf4g-packages.json.drv'... Going to be running update for following packages: - python3.12-uc-micro-py-1.0.2 Press Enter key to continue... Running update for: - python3.12-uc-micro-py-1.0.2: UPDATING ... - python3.12-uc-micro-py-1.0.2: DONE. Packages updated! Diff after rewrites: diff --git a/pkgs/development/python-modules/uc-micro-py/default.nix b/pkgs/development/python-modules/uc-micro-py/default.nix index f6aa059d709c..77f7eb1625d9 100644 --- a/pkgs/development/python-modules/uc-micro-py/default.nix +++ b/pkgs/development/python-modules/uc-micro-py/default.nix @@ -8,7 +8,7 @@ buildPythonPackage rec { pname = "uc-micro-py"; - version = "1.0.2"; + version = "1.0.3"; format = "pyproject"; disabled = pythonOlder "3.7"; @@ -17,7 +17,7 @@ buildPythonPackage rec { owner = "tsutsu3"; repo = "uc.micro-py"; rev = "refs/tags/v${version}"; - hash = "sha256-PUeWYG/VyxCfhB7onAcDFow1yYqArjmfMT99+058P7U="; + hash = "sha256-Z7XHWeV5I/y19EKg4lzcl9pwRexWnSQ7d8CpQu5xdnI="; }; nativeBuildInputs = [ No auto update branch exists Old version 1.0.2" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , pythonOlder , pytestCheckHook , setuptools }: buildPythonPackage rec { pname = "uc-micro-py"; version = "1.0.3"; format = "pyproject"; disabled = pythonOlder "3.7"; src = fetchFromGitHub { owner = "tsutsu3"; repo = "uc.micro-py"; rev = "refs/tags/v${version}"; hash = "sha256-Z7XHWeV5I/y19EKg4lzcl9pwRexWnSQ7d8CpQu5xdnI="; }; nativeBuildInputs = [ setuptools ]; pythonImportsCheck = [ "uc_micro" ]; nativeCheckInputs = [ pytestCheckHook ]; meta = with lib; { description = "Micro subset of unicode data files for linkify-it-py"; homepage = "https://github.com/tsutsu3/uc.micro-py"; license = licenses.mit; maintainers = with maintainers; [ AluisioASG ]; }; }