Skip to content

Commit

Permalink
python311Packages.hatch-requirements-txt: 0.4.0 -> 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
r-ryantm committed Jan 26, 2024
1 parent 5af80ac commit 36a750c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 = [
Expand Down

0 comments on commit 36a750c

Please sign in to comment.