python311Packages.hatch-requirements-txt: 0.4.0 -> 0.4.1

This commit is contained in:
R. Ryantm
2024-01-26 09:46:13 +00:00
parent 5af80acc9a
commit 36a750cbe8
@@ -8,14 +8,14 @@
buildPythonPackage rec {
pname = "hatch-requirements-txt";
version = "0.4.0";
version = "0.4.1";
format = "pyproject";
src = fetchFromGitHub {
owner = "repo-helper";
repo = "hatch-requirements-txt";
rev = "refs/tags/v${version}";
hash = "sha256-qk+70o/41BLxCuz3SOXkGYSEmUZOG1oLYcFUmlarqmY=";
hash = "sha256-Kd3rDfTBn/t/NiSJMPkHRWD5solUF7MAN8EiZokxHrk=";
};
nativeBuildInputs = [