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:
commit
c002c6aa97
1 changed files with 2 additions and 2 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue