python310Packages.hatch-requirements-txt 0.3.0 -> 0.4.0 https://repology.org/project/python:hatch-requirements-txt/versions attrpath: python310Packages.hatch-requirements-txt 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/kb28gr9s5ab5avdd9a4l708wdgvmg6zh-packages.json.drv building '/nix/store/kb28gr9s5ab5avdd9a4l708wdgvmg6zh-packages.json.drv'... Going to be running update for following packages: - python3.10-hatch-requirements-txt-0.3.0 Press Enter key to continue... Running update for: - python3.10-hatch-requirements-txt-0.3.0: UPDATING ... - python3.10-hatch-requirements-txt-0.3.0: DONE. Packages updated! [quotedUrls] [quotedUrls] nothing found to replace Diff after rewrites: diff --git a/pkgs/development/python-modules/hatch-requirements-txt/default.nix b/pkgs/development/python-modules/hatch-requirements-txt/default.nix index af74b15b0214..a6246b3a4746 100644 --- a/pkgs/development/python-modules/hatch-requirements-txt/default.nix +++ b/pkgs/development/python-modules/hatch-requirements-txt/default.nix @@ -8,14 +8,14 @@ buildPythonPackage rec { pname = "hatch-requirements-txt"; - version = "0.3.0"; + version = "0.4.0"; format = "pyproject"; src = fetchFromGitHub { owner = "repo-helper"; repo = "hatch-requirements-txt"; rev = "refs/tags/v${version}"; - hash = "sha256-Gyt5Fs8uqVe0cOKtxFeg1n1WMyeK5Iokh71ynb2i5cM="; + hash = "sha256-qk+70o/41BLxCuz3SOXkGYSEmUZOG1oLYcFUmlarqmY="; }; nativeBuildInputs = [ No auto update branch exists Old version 0.3.0" not present in staging derivation file with contents: { lib , buildPythonPackage , fetchFromGitHub , hatchling , packaging , pytestCheckHook }: buildPythonPackage rec { pname = "hatch-requirements-txt"; version = "0.4.0"; format = "pyproject"; src = fetchFromGitHub { owner = "repo-helper"; repo = "hatch-requirements-txt"; rev = "refs/tags/v${version}"; hash = "sha256-qk+70o/41BLxCuz3SOXkGYSEmUZOG1oLYcFUmlarqmY="; }; nativeBuildInputs = [ hatchling ]; propagatedBuildInputs = [ hatchling packaging ]; doCheck = false; # missing coincidence dependency nativeCheckInputs = [ pytestCheckHook ]; meta = with lib; { changelog = "https://github.com/repo-helper/hatch-requirements-txt/releases/tag/${version}"; description = "Hatchling plugin to read project dependencies from requirements.txt"; homepage = "https://github.com/repo-helper/hatch-requirements-txt"; license = licenses.mit; maintainers = with maintainers; [ ]; }; }