python3Packages.hatch-requirements-txt: 0.3.0 -> 0.4.0

This commit is contained in:
Martin Weinelt
2023-09-27 15:33:37 +02:00
parent 4f29b6dd64
commit ba22ff366f
@@ -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 = [