Merge pull request #283957 from r-ryantm/auto-update/python311Packages.hatch-requirements-txt

python311Packages.hatch-requirements-txt: 0.4.0 -> 0.4.1
This commit is contained in:
Nick Cao 2024-01-27 10:56:42 -05:00 committed by GitHub
commit c002c6aa97
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 = [